#1FCC28

Color #1FCC28 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #1FCC28

Tints of Lime Green #1FCC28

Color information

#1FCC28 (or 0x1FCC28) is unknown color: approx Lime Green. HEX triplet: 1F, CC and 28. RGB value is (31,204,40). Sum of RGB (Red+Green+Blue) = 31+204+40=275 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.27% from 275); Green value is 204 (80.08% from 255 or 74.18% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 204 - color contains mainly: green. Hex color #1FCC28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCC28 is #E033D7. Grayscale: #868686. Windows color (decimal): -14693336 or 2673695. OLE color: 2673695.

HSL color Cylindrical-coordinate representation of color #1FCC28: hue angle of 123.12º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCC28 is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB3120440-
CMYK0.8500.800.2
HSL123.12º73.62%46.08%-
HSV(B)123.12º84.8%80%-
XYZ22.5443.639.24-
YUV133.5875.1954.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 31 (12.5% from 255) = 11.27%
GREEN value IS 204 (80.08% from 255) = 74.18%
BLUE value IS 40 (16.02% from 255) = 14.55%
R=11.27%
G=74.18%
B=14.55%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal31204400.8500.800.2123.1273.6246.08
Hex1FCC2855050147b4a2e
Octal373145012501202417311256
Binary11111110011001010001010101010100001010011110111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FCC28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1FCC28; }

 p { color: rgb(31,204,40); }

 H1.HeaderClassName
 {
   color: #1FCC28;
 }
 .AnyTagClassName
 {
   color: #1FCC28;
 }
</style>
background-color css

<style>
 a { background-color: #1FCC28; }

 a { background-color: rgb(31,204,40); }

 div.DivClassName
 {
   background-color: #1FCC28;
 }
 .BgClassName
 {
   background-color: #1FCC28;
 }
</style>
border-color css

<style>
 span { border-color: #1FCC28; }

 span { border-color: rgb(31,204,40); }

 td.TdClassName
 {
   border-color: #1FCC28;
 }
 .TagClassName
 {
   border-color: #1FCC28;
 }
</style>