Html Css Color HEX #1DD231 Lime Green

📋 copy color: '#1DD231'

red 29 ◦ green 210 ◦ blue 49

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

Shades of Lime Green #1DD231

Tints of Lime Green #1DD231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.01%

R = 10.07%
G = 72.92%
B = 17.01%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#1DD231 (or 0x1DD231) is known color: Lime Green. HEX triplet: 1D, D2 and 31. RGB value is (29,210,49). Sum of RGB (Red+Green+Blue) = 29+210+49=288 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.07% from 288); Green value is 210 (82.42% from 255 or 72.92% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 210 - color contains mainly: green. Hex color #1DD231 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD231 is #E22DCE. Grayscale: #898989. Windows color (decimal): -14822863 or 3265053. OLE color: 3265053.

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

Color convert

RGB 29 210 49 -
CMYK 0.86 0 0.77 0.18
HSL 126.63º 0.76% 0.47% -
HSV(B) 126.63º 0.86% 0.82% -
XYZ 24.11 46.58 10.63 -
YUV 137.53 78.03 50.59 -
System Red Green Blue C M Y K H S L
Decimal 29 210 49 0.86 0 0.77 0.18 126.63 0.76 0.47
Hex 1D D2 31 56 0 4D 12 7F 4C 2F
Octal 35 322 61 126 0 115 22 177 114 57
Binary 11101 11010010 110001 1010110 0 1001101 10010 1111111 1001100 101111

Color Harmonies of #1DD231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD231

Black with #1DD231

Text Example


Text Example

White with #1DD231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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