Html Css Color HEX #1DD015 Lime Green

📋 copy color: '#1DD015'

red 29 ◦ green 208 ◦ blue 21

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

Shades of Lime Green #1DD015

Tints of Lime Green #1DD015

RGB

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

 GREEN value IS 208 (81.64% from 255) = 80.62%

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

R = 11.24%
G = 80.62%
B = 8.14%

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

#1DD015 (or 0x1DD015) is known color: Lime Green. HEX triplet: 1D, D0 and 15. RGB value is (29,208,21). Sum of RGB (Red+Green+Blue) = 29+208+21=258 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.24% from 258); Green value is 208 (81.64% from 255 or 80.62% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD015 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DD015 is #E22FEA. Grayscale: #858585. Windows color (decimal): -14823403 or 1429533. OLE color: 1429533.

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

Color convert

RGB 29 208 21 -
CMYK 0.86 0 0.90 0.18
HSL 117.43º 0.82% 0.45% -
HSV(B) 117.43º 0.9% 0.82% -
XYZ 23.2 45.43 8.26 -
YUV 133.16 64.7 53.71 -
System Red Green Blue C M Y K H S L
Decimal 29 208 21 0.86 0 0.90 0.18 117.43 0.82 0.45
Hex 1D D0 15 56 0 5A 12 75 52 2D
Octal 35 320 25 126 0 132 22 165 122 55
Binary 11101 11010000 10101 1010110 0 1011010 10010 1110101 1010010 101101

Color Harmonies of #1DD015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD015

Black with #1DD015

Text Example


Text Example

White with #1DD015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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