#1DB52E

Color #1DB52E Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #1DB52E

Tints of Lime Green #1DB52E

Color information

#1DB52E (or 0x1DB52E) is unknown color: approx Lime Green. HEX triplet: 1D, B5 and 2E. RGB value is (29,181,46). Sum of RGB (Red+Green+Blue) = 29+181+46=256 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.33% from 256); Green value is 181 (71.09% from 255 or 70.70% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 181 - color contains mainly: green. Hex color #1DB52E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB52E is #E24AD1. Grayscale: #787878. Windows color (decimal): -14830290 or 3061021. OLE color: 3061021.

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

Color convert

RGB2918146-
CMYK0.8400.750.29
HSL126.71º72.38%41.18%-
HSV(B)126.71º83.98%70.98%-
XYZ17.5233.518.13-
YUV120.1686.1462.98-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.33%
GREEN value IS 181 (71.09% from 255) = 70.70%
BLUE value IS 46 (18.36% from 255) = 17.97%
R=11.33%
G=70.70%
B=17.97%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal29181460.8400.750.29126.7172.3841.18
Hex1DB52E5404B1D7f4829
Octal352655612401133517711051
Binary11101101101011011101010100010010111110111111111001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DB52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1DB52E;
 }
 .AnyTagClassName
 {
   color: #1DB52E;
 }
</style>
background-color css

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

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

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

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

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

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