#1FC80D

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

Shades of Lime Green #1FC80D

Tints of Lime Green #1FC80D

Color information

#1FC80D (or 0x1FC80D) is unknown color: approx Lime Green. HEX triplet: 1F, C8 and 0D. RGB value is (31,200,13). Sum of RGB (Red+Green+Blue) = 31+200+13=244 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.70% from 244); Green value is 200 (78.52% from 255 or 81.97% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 200 - color contains mainly: green. Hex color #1FC80D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC80D is #E037F2. Grayscale: #808080. Windows color (decimal): -14694387 or 903199. OLE color: 903199.

HSL color Cylindrical-coordinate representation of color #1FC80D: hue angle of 114.22º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1FC80D is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB3120013-
CMYK0.8400.940.22
HSL114.22º87.79%41.76%-
HSV(B)114.22º93.5%78.43%-
XYZ21.2941.637.29-
YUV128.1563.0158.71-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.70%
GREEN value IS 200 (78.52% from 255) = 81.97%
BLUE value IS 13 (5.47% from 255) = 5.33%
R=12.70%
G=81.97%
B=5.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal31200130.8400.940.22114.2287.7941.76
Hex1FC8D5405E1672582a
Octal373101512401362616213052
Binary111111100100011011010100010111101011011100101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FC80D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,200,13); }

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

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

 a { background-color: rgb(31,200,13); }

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

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

 span { border-color: rgb(31,200,13); }

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