Html Css Color HEX #1DB52F Lime Green

📋 copy color: '#1DB52F'

red 29 ◦ green 181 ◦ blue 47

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

Shades of Lime Green #1DB52F

Tints of Lime Green #1DB52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.29%

R = 11.28%
G = 70.43%
B = 18.29%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#1DB52F (or 0x1DB52F) is known color: Lime Green. HEX triplet: 1D, B5 and 2F. RGB value is (29,181,47). Sum of RGB (Red+Green+Blue) = 29+181+47=257 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.28% from 257); Green value is 181 (71.09% from 255 or 70.43% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 181 - color contains mainly: green. Hex color #1DB52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB52F is #E24AD0. Grayscale: #787878. Windows color (decimal): -14830289 or 3126557. OLE color: 3126557.

HSL color Cylindrical-coordinate representation of color #1DB52F: hue angle of 127.11º 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 #1DB52F is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 29 181 47 -
CMYK 0.84 0 0.74 0.29
HSL 127.11º 0.72% 0.41% -
HSV(B) 127.11º 0.84% 0.71% -
XYZ 17.54 33.51 8.23 -
YUV 120.28 86.64 62.9 -
System Red Green Blue C M Y K H S L
Decimal 29 181 47 0.84 0 0.74 0.29 127.11 0.72 0.41
Hex 1D B5 2F 54 0 4A 1D 7F 48 29
Octal 35 265 57 124 0 112 35 177 110 51
Binary 11101 10110101 101111 1010100 0 1001010 11101 1111111 1001000 101001

Color Harmonies of #1DB52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB52F

Black with #1DB52F

Text Example


Text Example

White with #1DB52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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