#1DCD31

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

Shades of Lime Green #1DCD31

Tints of Lime Green #1DCD31

Color information

#1DCD31 (or 0x1DCD31) is unknown color: approx Lime Green. HEX triplet: 1D, CD and 31. RGB value is (29,205,49). Sum of RGB (Red+Green+Blue) = 29+205+49=283 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.25% from 283); Green value is 205 (80.47% from 255 or 72.44% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCD31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCD31 is #E232CE. Grayscale: #878787. Windows color (decimal): -14824143 or 3263773. OLE color: 3263773.

HSL color Cylindrical-coordinate representation of color #1DCD31: hue angle of 126.82º 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 #1DCD31 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB2920549-
CMYK0.8600.760.20
HSL126.82º75.21%45.88%-
HSV(B)126.82º85.85%80.39%-
XYZ22.8944.1510.22-
YUV134.5979.6952.68-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.25%
GREEN value IS 205 (80.47% from 255) = 72.44%
BLUE value IS 49 (19.53% from 255) = 17.31%
R=10.25%
G=72.44%
B=17.31%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal29205490.8600.760.20126.8275.2145.88
Hex1DCD315604C147f4b2e
Octal353156112601142417711356
Binary11101110011011100011010110010011001010011111111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DCD31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,205,49); }

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

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

 a { background-color: rgb(29,205,49); }

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

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

 span { border-color: rgb(29,205,49); }

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