#28BA28

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

Shades of Lime Green #28BA28

Tints of Lime Green #28BA28

Color information

#28BA28 (or 0x28BA28) is unknown color: approx Lime Green. HEX triplet: 28, BA and 28. RGB value is (40,186,40). Sum of RGB (Red+Green+Blue) = 40+186+40=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 186 (73.05% from 255 or 69.92% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 186 - color contains mainly: green. Hex color #28BA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BA28 is #D745D7. Grayscale: #7E7E7E. Windows color (decimal): -14108120 or 2669096. OLE color: 2669096.

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

Color convert

RGB4018640-
CMYK0.7800.780.27
HSL120º64.6%44.31%-
HSV(B)120º78.49%72.94%-
XYZ18.8235.727.91-
YUV125.779.6366.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.04%
GREEN value IS 186 (73.05% from 255) = 69.92%
BLUE value IS 40 (16.02% from 255) = 15.04%
R=15.04%
G=69.92%
B=15.04%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal40186400.7800.780.2712064.644.31
Hex28BA284E04E1B78412c
Octal502725011601163317010154
Binary101000101110101010001001110010011101101111110001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28BA28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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