#1FCA0D

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

Shades of Lime Green #1FCA0D

Tints of Lime Green #1FCA0D

Color information

#1FCA0D (or 0x1FCA0D) is unknown color: approx Lime Green. HEX triplet: 1F, CA and 0D. RGB value is (31,202,13). Sum of RGB (Red+Green+Blue) = 31+202+13=246 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.60% from 246); Green value is 202 (79.30% from 255 or 82.11% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 202 - color contains mainly: green. Hex color #1FCA0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FCA0D is #E035F2. Grayscale: #818181. Windows color (decimal): -14693875 or 903711. OLE color: 903711.

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

Color convert

RGB3120213-
CMYK0.8500.940.21
HSL114.29º87.91%42.16%-
HSV(B)114.29º93.56%79.22%-
XYZ21.7642.567.45-
YUV129.3362.3557.87-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.60%
GREEN value IS 202 (79.30% from 255) = 82.11%
BLUE value IS 13 (5.47% from 255) = 5.28%
R=12.60%
G=82.11%
B=5.28%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal31202130.8500.940.21114.2987.9142.16
Hex1FCAD5505E1572582a
Octal373121512501362516213052
Binary111111100101011011010101010111101010111100101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FCA0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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