Html Css Color HEX #1DB615 Lime Green

📋 copy color: '#1DB615'

red 29 ◦ green 182 ◦ blue 21

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

Shades of Lime Green #1DB615

Tints of Lime Green #1DB615

RGB

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

 GREEN value IS 182 (71.48% from 255) = 78.45%

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

R = 12.5%
G = 78.45%
B = 9.05%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#1DB615 (or 0x1DB615) is known color: Lime Green. HEX triplet: 1D, B6 and 15. RGB value is (29,182,21). Sum of RGB (Red+Green+Blue) = 29+182+21=232 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.5% from 232); Green value is 182 (71.48% from 255 or 78.45% from 232); Blue value is 21 (8.59% from 255 or 9.05% from 232); Max value from RGB is 182 - color contains mainly: green. Hex color #1DB615 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB615 is #E249EA. Grayscale: #767676. Windows color (decimal): -14830059 or 1422877. OLE color: 1422877.

HSL color Cylindrical-coordinate representation of color #1DB615: hue angle of 117.02º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DB615 is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 29 182 21 -
CMYK 0.84 0 0.88 0.29
HSL 117.02º 0.79% 0.4% -
HSV(B) 117.02º 0.88% 0.71% -
XYZ 17.37 33.77 6.31 -
YUV 117.9 73.31 64.59 -
System Red Green Blue C M Y K H S L
Decimal 29 182 21 0.84 0 0.88 0.29 117.02 0.79 0.4
Hex 1D B6 15 54 0 58 1D 75 4F 28
Octal 35 266 25 124 0 130 35 165 117 50
Binary 11101 10110110 10101 1010100 0 1011000 11101 1110101 1001111 101000

Color Harmonies of #1DB615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB615

Black with #1DB615

Text Example


Text Example

White with #1DB615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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