Html Css Color HEX #1DD239 Lime Green

📋 copy color: '#1DD239'

red 29 ◦ green 210 ◦ blue 57

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

Shades of Lime Green #1DD239

Tints of Lime Green #1DD239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.26%

R = 9.8%
G = 70.95%
B = 19.26%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#1DD239 (or 0x1DD239) is known color: Lime Green. HEX triplet: 1D, D2 and 39. RGB value is (29,210,57). Sum of RGB (Red+Green+Blue) = 29+210+57=296 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.80% from 296); Green value is 210 (82.42% from 255 or 70.95% from 296); Blue value is 57 (22.66% from 255 or 19.26% from 296); Max value from RGB is 210 - color contains mainly: green. Hex color #1DD239 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD239 is #E22DC6. Grayscale: #8A8A8A. Windows color (decimal): -14822855 or 3789341. OLE color: 3789341.

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

Color convert

RGB 29 210 57 -
CMYK 0.86 0 0.73 0.18
HSL 129.28º 0.76% 0.47% -
HSV(B) 129.28º 0.86% 0.82% -
XYZ 24.29 46.65 11.59 -
YUV 138.44 82.03 49.94 -
System Red Green Blue C M Y K H S L
Decimal 29 210 57 0.86 0 0.73 0.18 129.28 0.76 0.47
Hex 1D D2 39 56 0 49 12 81 4C 2F
Octal 35 322 71 126 0 111 22 201 114 57
Binary 11101 11010010 111001 1010110 0 1001001 10010 10000001 1001100 101111

Color Harmonies of #1DD239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD239

Black with #1DD239

Text Example


Text Example

White with #1DD239

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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