#28BA15

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

Shades of Lime Green #28BA15

Tints of Lime Green #28BA15

Color information

#28BA15 (or 0x28BA15) is unknown color: approx Lime Green. HEX triplet: 28, BA and 15. RGB value is (40,186,21). Sum of RGB (Red+Green+Blue) = 40+186+21=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 186 (73.05% from 255 or 75.30% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 186 - color contains mainly: green. Hex color #28BA15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28BA15 is #D745EA. Grayscale: #7C7C7C. Windows color (decimal): -14108139 or 1423912. OLE color: 1423912.

HSL color Cylindrical-coordinate representation of color #28BA15: hue angle of 113.09º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #28BA15 is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB4018621-
CMYK0.7800.890.27
HSL113.09º79.71%40.59%-
HSV(B)113.09º88.71%72.94%-
XYZ18.5735.626.61-
YUV123.5470.1368.42-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.19%
GREEN value IS 186 (73.05% from 255) = 75.30%
BLUE value IS 21 (8.59% from 255) = 8.50%
R=16.19%
G=75.30%
B=8.50%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal40186210.7800.890.27113.0979.7140.59
Hex28BA154E0591B715029
Octal502722511601313316112051
Binary10100010111010101011001110010110011101111100011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28BA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28BA15; }

 p { color: rgb(40,186,21); }

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

<style>
 a { background-color: #28BA15; }

 a { background-color: rgb(40,186,21); }

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

<style>
 span { border-color: #28BA15; }

 span { border-color: rgb(40,186,21); }

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