#1DCC39

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

Shades of Lime Green #1DCC39

Tints of Lime Green #1DCC39

Color information

#1DCC39 (or 0x1DCC39) is unknown color: approx Lime Green. HEX triplet: 1D, CC and 39. RGB value is (29,204,57). Sum of RGB (Red+Green+Blue) = 29+204+57=290 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10% from 290); Green value is 204 (80.08% from 255 or 70.34% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 204 - color contains mainly: green. Hex color #1DCC39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCC39 is #E233C6. Grayscale: #878787. Windows color (decimal): -14824391 or 3787805. OLE color: 3787805.

HSL color Cylindrical-coordinate representation of color #1DCC39: hue angle of 129.6º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCC39 is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB2920457-
CMYK0.8600.720.2
HSL129.6º75.11%45.69%-
HSV(B)129.6º85.78%80%-
XYZ22.8443.7411.11-
YUV134.9284.0252.45-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10%
GREEN value IS 204 (80.08% from 255) = 70.34%
BLUE value IS 57 (22.66% from 255) = 19.66%
R=10%
G=70.34%
B=19.66%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal29204570.8600.720.2129.675.1145.69
Hex1DCC395604814824b2e
Octal353147112601102420211356
Binary111011100110011100110101100100100010100100000101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DCC39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,204,57); }

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

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

 a { background-color: rgb(29,204,57); }

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

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

 span { border-color: rgb(29,204,57); }

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