Html Css Color HEX #1DD615 Lime Green

📋 copy color: '#1DD615'

red 29 ◦ green 214 ◦ blue 21

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

Shades of Lime Green #1DD615

Tints of Lime Green #1DD615

RGB

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

 GREEN value IS 214 (83.98% from 255) = 81.06%

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

R = 10.98%
G = 81.06%
B = 7.95%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#1DD615 (or 0x1DD615) is known color: Lime Green. HEX triplet: 1D, D6 and 15. RGB value is (29,214,21). Sum of RGB (Red+Green+Blue) = 29+214+21=264 (34% of max value = 765). Red value is 29 (11.72% from 255 or 10.98% from 264); Green value is 214 (83.98% from 255 or 81.06% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 214 - color contains mainly: green. Hex color #1DD615 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DD615 is #E229EA. Grayscale: #898989. Windows color (decimal): -14821867 or 1431069. OLE color: 1431069.

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

Color convert

RGB 29 214 21 -
CMYK 0.86 0 0.90 0.16
HSL 117.51º 0.82% 0.46% -
HSV(B) 117.51º 0.9% 0.84% -
XYZ 24.69 48.41 8.75 -
YUV 136.68 62.71 51.19 -
System Red Green Blue C M Y K H S L
Decimal 29 214 21 0.86 0 0.90 0.16 117.51 0.82 0.46
Hex 1D D6 15 56 0 5A 10 76 52 2E
Octal 35 326 25 126 0 132 20 166 122 56
Binary 11101 11010110 10101 1010110 0 1011010 10000 1110110 1010010 101110

Color Harmonies of #1DD615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD615

Black with #1DD615

Text Example


Text Example

White with #1DD615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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