#15D82D

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

Shades of Lime Green #15D82D

Tints of Lime Green #15D82D

Color information

#15D82D (or 0x15D82D) is unknown color: approx Lime Green. HEX triplet: 15, D8 and 2D. RGB value is (21,216,45). Sum of RGB (Red+Green+Blue) = 21+216+45=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 216 (84.77% from 255 or 76.60% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 216 - color contains mainly: green. Hex color #15D82D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15D82D is #EA27D2. Grayscale: #8A8A8A. Windows color (decimal): -15345619 or 3004437. OLE color: 3004437.

HSL color Cylindrical-coordinate representation of color #15D82D: hue angle of 127.38º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15D82D is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB2121645-
CMYK0.9000.790.15
HSL127.38º82.28%46.47%-
HSV(B)127.38º90.28%84.71%-
XYZ25.3449.4610.69-
YUV138.275.444.4-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.45%
GREEN value IS 216 (84.77% from 255) = 76.60%
BLUE value IS 45 (17.97% from 255) = 15.96%
R=7.45%
G=76.60%
B=15.96%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21216450.9000.790.15127.3882.2846.47
Hex15D82D5A04FF7f522e
Octal253305513201171717712256
Binary1010111011000101101101101001001111111111111111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15D82D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15D82D; }

 p { color: rgb(21,216,45); }

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

<style>
 a { background-color: #15D82D; }

 a { background-color: rgb(21,216,45); }

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

<style>
 span { border-color: #15D82D; }

 span { border-color: rgb(21,216,45); }

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