Html Css Color HEX #1DD215 Lime Green

📋 copy color: '#1DD215'

red 29 ◦ green 210 ◦ blue 21

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

Shades of Lime Green #1DD215

Tints of Lime Green #1DD215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.08%

R = 11.15%
G = 80.77%
B = 8.08%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#1DD215 (or 0x1DD215) is known color: Lime Green. HEX triplet: 1D, D2 and 15. RGB value is (29,210,21). Sum of RGB (Red+Green+Blue) = 29+210+21=260 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.15% from 260); Green value is 210 (82.42% from 255 or 80.77% from 260); Blue value is 21 (8.59% from 255 or 8.08% from 260); Max value from RGB is 210 - color contains mainly: green. Hex color #1DD215 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DD215 is #E22DEA. Grayscale: #868686. Windows color (decimal): -14822891 or 1430045. OLE color: 1430045.

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

Color convert

RGB 29 210 21 -
CMYK 0.86 0 0.90 0.18
HSL 117.46º 0.82% 0.45% -
HSV(B) 117.46º 0.9% 0.82% -
XYZ 23.69 46.41 8.42 -
YUV 134.34 64.03 52.87 -
System Red Green Blue C M Y K H S L
Decimal 29 210 21 0.86 0 0.90 0.18 117.46 0.82 0.45
Hex 1D D2 15 56 0 5A 12 75 52 2D
Octal 35 322 25 126 0 132 22 165 122 55
Binary 11101 11010010 10101 1010110 0 1011010 10010 1110101 1010010 101101

Color Harmonies of #1DD215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD215

Black with #1DD215

Text Example


Text Example

White with #1DD215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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