#1DC21D

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

Shades of Lime Green #1DC21D

Tints of Lime Green #1DC21D

Color information

#1DC21D (or 0x1DC21D) is unknown color: approx Lime Green. HEX triplet: 1D, C2 and 1D. RGB value is (29,194,29). Sum of RGB (Red+Green+Blue) = 29+194+29=252 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.51% from 252); Green value is 194 (76.17% from 255 or 76.98% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC21D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC21D is #E23DE2. Grayscale: #7E7E7E. Windows color (decimal): -14826979 or 1950237. OLE color: 1950237.

HSL color Cylindrical-coordinate representation of color #1DC21D: hue angle of 120º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC21D is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB2919429-
CMYK0.8500.850.24
HSL120º73.99%43.73%-
HSV(B)120º85.05%76.08%-
XYZ20.0238.937.62-
YUV125.8673.3458.92-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.51%
GREEN value IS 194 (76.17% from 255) = 76.98%
BLUE value IS 29 (11.72% from 255) = 11.51%
R=11.51%
G=76.98%
B=11.51%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal29194290.8500.850.2412073.9943.73
Hex1DC21D5505518784a2c
Octal353023512501253017011254
Binary1110111000010111011010101010101011100011110001001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DC21D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,194,29); }

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

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

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

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

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

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

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