Html Css Color HEX #1DB919 Lime Green

📋 copy color: '#1DB919'

red 29 ◦ green 185 ◦ blue 25

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

Shades of Lime Green #1DB919

Tints of Lime Green #1DB919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.46%

R = 12.13%
G = 77.41%
B = 10.46%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#1DB919 (or 0x1DB919) is known color: Lime Green. HEX triplet: 1D, B9 and 19. RGB value is (29,185,25). Sum of RGB (Red+Green+Blue) = 29+185+25=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 185 (72.66% from 255 or 77.41% from 239); Blue value is 25 (10.16% from 255 or 10.46% from 239); Max value from RGB is 185 - color contains mainly: green. Hex color #1DB919 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB919 is #E246E6. Grayscale: #787878. Windows color (decimal): -14829287 or 1685789. OLE color: 1685789.

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

Color convert

RGB 29 185 25 -
CMYK 0.84 0 0.86 0.27
HSL 118.5º 0.76% 0.41% -
HSV(B) 118.5º 0.86% 0.73% -
XYZ 18.03 35.03 6.73 -
YUV 120.12 74.32 63.01 -
System Red Green Blue C M Y K H S L
Decimal 29 185 25 0.84 0 0.86 0.27 118.5 0.76 0.41
Hex 1D B9 19 54 0 56 1B 76 4C 29
Octal 35 271 31 124 0 126 33 166 114 51
Binary 11101 10111001 11001 1010100 0 1010110 11011 1110110 1001100 101001

Color Harmonies of #1DB919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB919

Black with #1DB919

Text Example


Text Example

White with #1DB919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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