Html Css Color HEX #1DB918 Lime Green

📋 copy color: '#1DB918'

red 29 ◦ green 185 ◦ blue 24

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

Shades of Lime Green #1DB918

Tints of Lime Green #1DB918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.08%

R = 12.18%
G = 77.73%
B = 10.08%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#1DB918 (or 0x1DB918) is known color: Lime Green. HEX triplet: 1D, B9 and 18. RGB value is (29,185,24). Sum of RGB (Red+Green+Blue) = 29+185+24=238 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.18% from 238); Green value is 185 (72.66% from 255 or 77.73% from 238); Blue value is 24 (9.77% from 255 or 10.08% from 238); Max value from RGB is 185 - color contains mainly: green. Hex color #1DB918 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB918 is #E246E7. Grayscale: #787878. Windows color (decimal): -14829288 or 1620253. OLE color: 1620253.

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

Color convert

RGB 29 185 24 -
CMYK 0.84 0 0.87 0.27
HSL 118.14º 0.77% 0.41% -
HSV(B) 118.14º 0.87% 0.73% -
XYZ 18.02 35.03 6.67 -
YUV 120 73.82 63.09 -
System Red Green Blue C M Y K H S L
Decimal 29 185 24 0.84 0 0.87 0.27 118.14 0.77 0.41
Hex 1D B9 18 54 0 57 1B 76 4D 29
Octal 35 271 30 124 0 127 33 166 115 51
Binary 11101 10111001 11000 1010100 0 1010111 11011 1110110 1001101 101001

Color Harmonies of #1DB918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB918

Black with #1DB918

Text Example


Text Example

White with #1DB918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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