#1FC312

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

Shades of Lime Green #1FC312

Tints of Lime Green #1FC312

Color information

#1FC312 (or 0x1FC312) is unknown color: approx Lime Green. HEX triplet: 1F, C3 and 12. RGB value is (31,195,18). Sum of RGB (Red+Green+Blue) = 31+195+18=244 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.70% from 244); Green value is 195 (76.56% from 255 or 79.92% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 195 - color contains mainly: green. Hex color #1FC312 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC312 is #E03CED. Grayscale: #7E7E7E. Windows color (decimal): -14695662 or 1229599. OLE color: 1229599.

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

Color convert

RGB3119518-
CMYK0.8400.910.24
HSL115.59º83.1%41.76%-
HSV(B)115.59º90.77%76.47%-
XYZ20.1939.377.11-
YUV125.7967.1760.39-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.70%
GREEN value IS 195 (76.56% from 255) = 79.92%
BLUE value IS 18 (7.42% from 255) = 7.38%
R=12.70%
G=79.92%
B=7.38%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal31195180.8400.910.24115.5983.141.76
Hex1FC3125405B1874532a
Octal373032212401333016412352
Binary1111111000011100101010100010110111100011101001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FC312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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