#1DCF09

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

Shades of Lime Green #1DCF09

Tints of Lime Green #1DCF09

Color information

#1DCF09 (or 0x1DCF09) is unknown color: approx Lime Green. HEX triplet: 1D, CF and 09. RGB value is (29,207,9). Sum of RGB (Red+Green+Blue) = 29+207+9=245 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.84% from 245); Green value is 207 (81.25% from 255 or 84.49% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCF09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DCF09 is #E230F6. Grayscale: #838383. Windows color (decimal): -14823671 or 642845. OLE color: 642845.

HSL color Cylindrical-coordinate representation of color #1DCF09: hue angle of 113.94º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1DCF09 is Cyan = 0.86, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB292079-
CMYK0.8600.960.19
HSL113.94º91.67%42.35%-
HSV(B)113.94º95.65%81.18%-
XYZ22.8744.917.72-
YUV131.2159.0355.1-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.84%
GREEN value IS 207 (81.25% from 255) = 84.49%
BLUE value IS 9 (3.91% from 255) = 3.67%
R=11.84%
G=84.49%
B=3.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2920790.8600.960.19113.9491.6742.35
Hex1DCF95606013725c2a
Octal353171112601402316213452
Binary111011100111110011010110011000001001111100101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DCF09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,207,9); }

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

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

 a { background-color: rgb(29,207,9); }

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

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

 span { border-color: rgb(29,207,9); }

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