Html Css Color HEX #1DB529 Lime Green

📋 copy color: '#1DB529'

red 29 ◦ green 181 ◦ blue 41

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

Shades of Lime Green #1DB529

Tints of Lime Green #1DB529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.33%

R = 11.55%
G = 72.11%
B = 16.33%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#1DB529 (or 0x1DB529) is known color: Lime Green. HEX triplet: 1D, B5 and 29. RGB value is (29,181,41). Sum of RGB (Red+Green+Blue) = 29+181+41=251 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.55% from 251); Green value is 181 (71.09% from 255 or 72.11% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 181 - color contains mainly: green. Hex color #1DB529 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB529 is #E24AD6. Grayscale: #787878. Windows color (decimal): -14830295 or 2733341. OLE color: 2733341.

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

Color convert

RGB 29 181 41 -
CMYK 0.84 0 0.77 0.29
HSL 124.74º 0.72% 0.41% -
HSV(B) 124.74º 0.84% 0.71% -
XYZ 17.43 33.47 7.64 -
YUV 119.59 83.64 63.38 -
System Red Green Blue C M Y K H S L
Decimal 29 181 41 0.84 0 0.77 0.29 124.74 0.72 0.41
Hex 1D B5 29 54 0 4D 1D 7D 48 29
Octal 35 265 51 124 0 115 35 175 110 51
Binary 11101 10110101 101001 1010100 0 1001101 11101 1111101 1001000 101001

Color Harmonies of #1DB529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB529

Black with #1DB529

Text Example


Text Example

White with #1DB529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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