#1FC20D

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

Shades of Lime Green #1FC20D

Tints of Lime Green #1FC20D

Color information

#1FC20D (or 0x1FC20D) is unknown color: approx Lime Green. HEX triplet: 1F, C2 and 0D. RGB value is (31,194,13). Sum of RGB (Red+Green+Blue) = 31+194+13=238 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.03% from 238); Green value is 194 (76.17% from 255 or 81.51% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 194 - color contains mainly: green. Hex color #1FC20D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC20D is #E03DF2. Grayscale: #7D7D7D. Windows color (decimal): -14695923 or 901663. OLE color: 901663.

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

Color convert

RGB3119413-
CMYK0.8400.930.24
HSL114.03º87.44%40.59%-
HSV(B)114.03º93.3%76.08%-
XYZ19.9338.96.84-
YUV124.636561.22-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.03%
GREEN value IS 194 (76.17% from 255) = 81.51%
BLUE value IS 13 (5.47% from 255) = 5.46%
R=13.03%
G=81.51%
B=5.46%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal31194130.8400.930.24114.0387.4440.59
Hex1FC2D5405D18725729
Octal373021512401353016212751
Binary111111100001011011010100010111011100011100101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FC20D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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