#1FB812

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

Shades of Lime Green #1FB812

Tints of Lime Green #1FB812

Color information

#1FB812 (or 0x1FB812) is unknown color: approx Lime Green. HEX triplet: 1F, B8 and 12. RGB value is (31,184,18). Sum of RGB (Red+Green+Blue) = 31+184+18=233 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.30% from 233); Green value is 184 (72.27% from 255 or 78.97% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 184 - color contains mainly: green. Hex color #1FB812 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FB812 is #E047ED. Grayscale: #777777. Windows color (decimal): -14698478 or 1226783. OLE color: 1226783.

HSL color Cylindrical-coordinate representation of color #1FB812: hue angle of 115.3º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1FB812 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB3118418-
CMYK0.8300.900.28
HSL115.3º82.18%39.61%-
HSV(B)115.3º90.22%72.16%-
XYZ17.8134.626.31-
YUV119.3370.8165-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.30%
GREEN value IS 184 (72.27% from 255) = 78.97%
BLUE value IS 18 (7.42% from 255) = 7.73%
R=13.30%
G=78.97%
B=7.73%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal31184180.8300.900.28115.382.1839.61
Hex1FB8125305A1C735228
Octal372702212301323416312250
Binary1111110111000100101010011010110101110011100111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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