Html Css Color HEX #1DB513 Lime Green

📋 copy color: '#1DB513'

red 29 ◦ green 181 ◦ blue 19

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

Shades of Lime Green #1DB513

Tints of Lime Green #1DB513

RGB

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

 GREEN value IS 181 (71.09% from 255) = 79.04%

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

R = 12.66%
G = 79.04%
B = 8.3%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#1DB513 (or 0x1DB513) is known color: Lime Green. HEX triplet: 1D, B5 and 13. RGB value is (29,181,19). Sum of RGB (Red+Green+Blue) = 29+181+19=229 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.66% from 229); Green value is 181 (71.09% from 255 or 79.04% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 181 - color contains mainly: green. Hex color #1DB513 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB513 is #E24AEC. Grayscale: #757575. Windows color (decimal): -14830317 or 1291549. OLE color: 1291549.

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

Color convert

RGB 29 181 19 -
CMYK 0.84 0 0.90 0.29
HSL 116.3º 0.81% 0.39% -
HSV(B) 116.3º 0.9% 0.71% -
XYZ 17.15 33.36 6.15 -
YUV 117.08 72.64 65.17 -
System Red Green Blue C M Y K H S L
Decimal 29 181 19 0.84 0 0.90 0.29 116.3 0.81 0.39
Hex 1D B5 13 54 0 5A 1D 74 51 27
Octal 35 265 23 124 0 132 35 164 121 47
Binary 11101 10110101 10011 1010100 0 1011010 11101 1110100 1010001 100111

Color Harmonies of #1DB513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB513

Black with #1DB513

Text Example


Text Example

White with #1DB513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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