#1FC308

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

Shades of Lime Green #1FC308

Tints of Lime Green #1FC308

Color information

#1FC308 (or 0x1FC308) is unknown color: approx Lime Green. HEX triplet: 1F, C3 and 08. RGB value is (31,195,8). Sum of RGB (Red+Green+Blue) = 31+195+8=234 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.25% from 234); Green value is 195 (76.56% from 255 or 83.33% from 234); Blue value is 8 (3.52% from 255 or 3.42% from 234); Max value from RGB is 195 - color contains mainly: green. Hex color #1FC308 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC308 is #E03CF7. Grayscale: #7D7D7D. Windows color (decimal): -14695672 or 574239. OLE color: 574239.

HSL color Cylindrical-coordinate representation of color #1FC308: hue angle of 112.62º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1FC308 is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB311958-
CMYK0.8400.960.24
HSL112.62º92.12%39.8%-
HSV(B)112.62º95.9%76.47%-
XYZ20.1239.346.76-
YUV124.6562.1761.21-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.25%
GREEN value IS 195 (76.56% from 255) = 83.33%
BLUE value IS 8 (3.52% from 255) = 3.42%
R=13.25%
G=83.33%
B=3.42%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal3119580.8400.960.24112.6292.1239.8
Hex1FC385406018715c28
Octal373031012401403016113450
Binary111111100001110001010100011000001100011100011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FC308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,195,8); }

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

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

 a { background-color: rgb(31,195,8); }

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

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

 span { border-color: rgb(31,195,8); }

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