Html Css Color HEX #1DB913 Lime Green

📋 copy color: '#1DB913'

red 29 ◦ green 185 ◦ blue 19

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

Shades of Lime Green #1DB913

Tints of Lime Green #1DB913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.15%

R = 12.45%
G = 79.4%
B = 8.15%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#1DB913 (or 0x1DB913) is known color: Lime Green. HEX triplet: 1D, B9 and 13. RGB value is (29,185,19). Sum of RGB (Red+Green+Blue) = 29+185+19=233 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.45% from 233); Green value is 185 (72.66% from 255 or 79.40% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 185 - color contains mainly: green. Hex color #1DB913 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB913 is #E246EC. Grayscale: #777777. Windows color (decimal): -14829293 or 1292573. OLE color: 1292573.

HSL color Cylindrical-coordinate representation of color #1DB913: hue angle of 116.39º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1DB913 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 29 185 19 -
CMYK 0.84 0 0.90 0.27
HSL 116.39º 0.81% 0.4% -
HSV(B) 116.39º 0.9% 0.73% -
XYZ 17.97 35.01 6.43 -
YUV 119.43 71.32 63.5 -
System Red Green Blue C M Y K H S L
Decimal 29 185 19 0.84 0 0.90 0.27 116.39 0.81 0.4
Hex 1D B9 13 54 0 5A 1B 74 51 28
Octal 35 271 23 124 0 132 33 164 121 50
Binary 11101 10111001 10011 1010100 0 1011010 11011 1110100 1010001 101000

Color Harmonies of #1DB913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB913

Black with #1DB913

Text Example


Text Example

White with #1DB913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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