#28A93A

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

Shades of Lime Green #28A93A

Tints of Lime Green #28A93A

Color information

#28A93A (or 0x28A93A) is unknown color: approx Lime Green. HEX triplet: 28, A9 and 3A. RGB value is (40,169,58). Sum of RGB (Red+Green+Blue) = 40+169+58=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 169 (66.41% from 255 or 63.30% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 169 - color contains mainly: green. Hex color #28A93A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28A93A is #D756C5. Grayscale: #767676. Windows color (decimal): -14112454 or 3844392. OLE color: 3844392.

HSL color Cylindrical-coordinate representation of color #28A93A: hue angle of 128.37º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A93A is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.34.

Color convert

RGB4016958-
CMYK0.7600.660.34
HSL128.37º61.72%40.98%-
HSV(B)128.37º76.33%66.27%-
XYZ15.8329.138.79-
YUV117.7794.2672.53-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.98%
GREEN value IS 169 (66.41% from 255) = 63.30%
BLUE value IS 58 (23.05% from 255) = 21.72%
R=14.98%
G=63.30%
B=21.72%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal40169580.7600.660.34128.3761.7240.98
Hex28A93A4C04222803e29
Octal50251721140102422007651
Binary1010001010100111101010011000100001010001010000000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,169,58); }

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

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

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

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

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

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

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