Html Css Color HEX #1DD124 Lime Green

📋 copy color: '#1DD124'

red 29 ◦ green 209 ◦ blue 36

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

Shades of Lime Green #1DD124

Tints of Lime Green #1DD124

RGB

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

 GREEN value IS 209 (82.03% from 255) = 76.28%

 BLUE value IS 36 (14.45% from 255) = 13.14%

R = 10.58%
G = 76.28%
B = 13.14%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#1DD124 (or 0x1DD124) is known color: Lime Green. HEX triplet: 1D, D1 and 24. RGB value is (29,209,36). Sum of RGB (Red+Green+Blue) = 29+209+36=274 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.58% from 274); Green value is 209 (82.03% from 255 or 76.28% from 274); Blue value is 36 (14.45% from 255 or 13.14% from 274); Max value from RGB is 209 - color contains mainly: green. Hex color #1DD124 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD124 is #E22EDB. Grayscale: #878787. Windows color (decimal): -14823132 or 2412829. OLE color: 2412829.

HSL color Cylindrical-coordinate representation of color #1DD124: hue angle of 122.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 #1DD124 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 29 209 36 -
CMYK 0.86 0 0.83 0.18
HSL 122.33º 0.76% 0.47% -
HSV(B) 122.33º 0.86% 0.82% -
XYZ 23.63 45.99 9.3 -
YUV 135.46 71.87 52.07 -
System Red Green Blue C M Y K H S L
Decimal 29 209 36 0.86 0 0.83 0.18 122.33 0.76 0.47
Hex 1D D1 24 56 0 53 12 7A 4C 2F
Octal 35 321 44 126 0 123 22 172 114 57
Binary 11101 11010001 100100 1010110 0 1010011 10010 1111010 1001100 101111

Color Harmonies of #1DD124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD124

Black with #1DD124

Text Example


Text Example

White with #1DD124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,209,36); }

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

background-color css

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

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

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

border-color css

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

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

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