#1DCF0B

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

Shades of Lime Green #1DCF0B

Tints of Lime Green #1DCF0B

Color information

#1DCF0B (or 0x1DCF0B) is unknown color: approx Lime Green. HEX triplet: 1D, CF and 0B. RGB value is (29,207,11). Sum of RGB (Red+Green+Blue) = 29+207+11=247 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.74% from 247); Green value is 207 (81.25% from 255 or 83.81% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCF0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DCF0B is #E230F4. Grayscale: #848484. Windows color (decimal): -14823669 or 773917. OLE color: 773917.

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

Color convert

RGB2920711-
CMYK0.8600.950.19
HSL114.49º89.91%42.75%-
HSV(B)114.49º94.69%81.18%-
XYZ22.8844.917.78-
YUV131.4360.0354.94-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.74%
GREEN value IS 207 (81.25% from 255) = 83.81%
BLUE value IS 11 (4.69% from 255) = 4.45%
R=11.74%
G=83.81%
B=4.45%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal29207110.8600.950.19114.4989.9142.75
Hex1DCFB5605F13725a2b
Octal353171312601372316213253
Binary111011100111110111010110010111111001111100101011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DCF0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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