Html Css Color HEX #1DD42A Lime Green

📋 copy color: '#1DD42A'

red 29 ◦ green 212 ◦ blue 42

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

Shades of Lime Green #1DD42A

Tints of Lime Green #1DD42A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 74.91%

 BLUE value IS 42 (16.8% from 255) = 14.84%

R = 10.25%
G = 74.91%
B = 14.84%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#1DD42A (or 0x1DD42A) is known color: Lime Green. HEX triplet: 1D, D4 and 2A. RGB value is (29,212,42). Sum of RGB (Red+Green+Blue) = 29+212+42=283 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.25% from 283); Green value is 212 (83.20% from 255 or 74.91% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 212 - color contains mainly: green. Hex color #1DD42A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD42A is #E22BD5. Grayscale: #8A8A8A. Windows color (decimal): -14822358 or 2806813. OLE color: 2806813.

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

Color convert

RGB 29 212 42 -
CMYK 0.86 0 0.80 0.17
HSL 124.26º 0.76% 0.47% -
HSV(B) 124.26º 0.86% 0.83% -
XYZ 24.47 47.52 10.07 -
YUV 137.9 73.87 50.32 -
System Red Green Blue C M Y K H S L
Decimal 29 212 42 0.86 0 0.80 0.17 124.26 0.76 0.47
Hex 1D D4 2A 56 0 50 11 7C 4C 2F
Octal 35 324 52 126 0 120 21 174 114 57
Binary 11101 11010100 101010 1010110 0 1010000 10001 1111100 1001100 101111

Color Harmonies of #1DD42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD42A

Black with #1DD42A

Text Example


Text Example

White with #1DD42A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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