Html Css Color HEX #1DD21E Lime Green

📋 copy color: '#1DD21E'

red 29 ◦ green 210 ◦ blue 30

#1DD21E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #1DD21E

Tints of Lime Green #1DD21E

RGB

 RED value IS 29 (11.72% from 255) = 10.78%

 GREEN value IS 210 (82.42% from 255) = 78.07%

 BLUE value IS 30 (12.11% from 255) = 11.15%

R = 10.78%
G = 78.07%
B = 11.15%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#1DD21E (or 0x1DD21E) is known color: Lime Green. HEX triplet: 1D, D2 and 1E. RGB value is (29,210,30). Sum of RGB (Red+Green+Blue) = 29+210+30=269 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.78% from 269); Green value is 210 (82.42% from 255 or 78.07% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 210 - color contains mainly: green. Hex color #1DD21E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD21E is #E22DE1. Grayscale: #878787. Windows color (decimal): -14822882 or 2019869. OLE color: 2019869.

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

Color convert

RGB 29 210 30 -
CMYK 0.86 0 0.86 0.18
HSL 120.33º 0.76% 0.47% -
HSV(B) 120.33º 0.86% 0.82% -
XYZ 23.79 46.45 8.94 -
YUV 135.36 68.53 52.14 -
System Red Green Blue C M Y K H S L
Decimal 29 210 30 0.86 0 0.86 0.18 120.33 0.76 0.47
Hex 1D D2 1E 56 0 56 12 78 4C 2F
Octal 35 322 36 126 0 126 22 170 114 57
Binary 11101 11010010 11110 1010110 0 1010110 10010 1111000 1001100 101111

Color Harmonies of #1DD21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD21E

Black with #1DD21E

Text Example


Text Example

White with #1DD21E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,210,30); }

 H1.HeaderClassName
 {
   color: #1DD21E;
 }
 .AnyTagClassName
 {
   color: #1DD21E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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