#1DB82A

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

Shades of Lime Green #1DB82A

Tints of Lime Green #1DB82A

Color information

#1DB82A (or 0x1DB82A) is unknown color: approx Lime Green. HEX triplet: 1D, B8 and 2A. RGB value is (29,184,42). Sum of RGB (Red+Green+Blue) = 29+184+42=255 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.37% from 255); Green value is 184 (72.27% from 255 or 72.16% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 184 - color contains mainly: green. Hex color #1DB82A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB82A is #E247D5. Grayscale: #797979. Windows color (decimal): -14829526 or 2799645. OLE color: 2799645.

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

Color convert

RGB2918442-
CMYK0.8400.770.28
HSL125.03º72.77%41.76%-
HSV(B)125.03º84.24%72.16%-
XYZ18.0734.717.94-
YUV121.4783.1562.05-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.37%
GREEN value IS 184 (72.27% from 255) = 72.16%
BLUE value IS 42 (16.80% from 255) = 16.47%
R=11.37%
G=72.16%
B=16.47%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal29184420.8400.770.28125.0372.7741.76
Hex1DB82A5404D1C7d492a
Octal352705212401153417511152
Binary11101101110001010101010100010011011110011111011001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DB82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,184,42); }

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

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

 a { background-color: rgb(29,184,42); }

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

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

 span { border-color: rgb(29,184,42); }

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