Html Css Color HEX #1DB916 Lime Green

📋 copy color: '#1DB916'

red 29 ◦ green 185 ◦ blue 22

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

Shades of Lime Green #1DB916

Tints of Lime Green #1DB916

RGB

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

 GREEN value IS 185 (72.66% from 255) = 78.39%

 BLUE value IS 22 (8.98% from 255) = 9.32%

R = 12.29%
G = 78.39%
B = 9.32%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#1DB916 (or 0x1DB916) is known color: Lime Green. HEX triplet: 1D, B9 and 16. RGB value is (29,185,22). Sum of RGB (Red+Green+Blue) = 29+185+22=236 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.29% from 236); Green value is 185 (72.66% from 255 or 78.39% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 185 - color contains mainly: green. Hex color #1DB916 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB916 is #E246E9. Grayscale: #787878. Windows color (decimal): -14829290 or 1489181. OLE color: 1489181.

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

Color convert

RGB 29 185 22 -
CMYK 0.84 0 0.88 0.27
HSL 117.42º 0.79% 0.41% -
HSV(B) 117.42º 0.88% 0.73% -
XYZ 18 35.02 6.57 -
YUV 119.77 72.82 63.25 -
System Red Green Blue C M Y K H S L
Decimal 29 185 22 0.84 0 0.88 0.27 117.42 0.79 0.41
Hex 1D B9 16 54 0 58 1B 75 4F 29
Octal 35 271 26 124 0 130 33 165 117 51
Binary 11101 10111001 10110 1010100 0 1011000 11011 1110101 1001111 101001

Color Harmonies of #1DB916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB916

Black with #1DB916

Text Example


Text Example

White with #1DB916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,185,22); }

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

background-color css

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

 a { background-color: rgb(29,185,22); }

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

border-color css

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

 span { border-color: rgb(29,185,22); }

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