#1DD422

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

Shades of Lime Green #1DD422

Tints of Lime Green #1DD422

Color information

#1DD422 (or 0x1DD422) is unknown color: approx Lime Green. HEX triplet: 1D, D4 and 22. RGB value is (29,212,34). Sum of RGB (Red+Green+Blue) = 29+212+34=275 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.55% from 275); Green value is 212 (83.20% from 255 or 77.09% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 212 - color contains mainly: green. Hex color #1DD422 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD422 is #E22BDD. Grayscale: #898989. Windows color (decimal): -14822366 or 2282525. OLE color: 2282525.

HSL color Cylindrical-coordinate representation of color #1DD422: hue angle of 121.64º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD422 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB2921234-
CMYK0.8600.840.17
HSL121.64º75.93%47.25%-
HSV(B)121.64º86.32%83.14%-
XYZ24.3447.469.39-
YUV136.9969.8750.97-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.55%
GREEN value IS 212 (83.20% from 255) = 77.09%
BLUE value IS 34 (13.67% from 255) = 12.36%
R=10.55%
G=77.09%
B=12.36%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal29212340.8600.840.17121.6475.9347.25
Hex1DD42256054117a4c2f
Octal353244212601242117211457
Binary11101110101001000101010110010101001000111110101001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DD422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,212,34); }

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

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

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

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

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

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

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