#28AA38

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

Shades of Lime Green #28AA38

Tints of Lime Green #28AA38

Color information

#28AA38 (or 0x28AA38) is unknown color: approx Lime Green. HEX triplet: 28, AA and 38. RGB value is (40,170,56). Sum of RGB (Red+Green+Blue) = 40+170+56=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 170 (66.80% from 255 or 63.91% from 266); Blue value is 56 (22.27% from 255 or 21.05% from 266); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AA38 is #D755C7. Grayscale: #767676. Windows color (decimal): -14112200 or 3713576. OLE color: 3713576.

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

Color convert

RGB4017056-
CMYK0.7600.670.33
HSL127.38º61.9%41.18%-
HSV(B)127.38º76.47%66.67%-
XYZ15.9629.498.59-
YUV118.1392.9372.27-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.04%
GREEN value IS 170 (66.80% from 255) = 63.91%
BLUE value IS 56 (22.27% from 255) = 21.05%
R=15.04%
G=63.91%
B=21.05%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal40170560.7600.670.33127.3861.941.18
Hex28AA384C043217f3e29
Octal50252701140103411777651
Binary101000101010101110001001100010000111000011111111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28AA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,170,56); }

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

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

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

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

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

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

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