#28AE2C

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

Shades of Lime Green #28AE2C

Tints of Lime Green #28AE2C

Color information

#28AE2C (or 0x28AE2C) is unknown color: approx Lime Green. HEX triplet: 28, AE and 2C. RGB value is (40,174,44). Sum of RGB (Red+Green+Blue) = 40+174+44=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 174 (68.36% from 255 or 67.44% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 174 - color contains mainly: green. Hex color #28AE2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AE2C is #D751D3. Grayscale: #777777. Windows color (decimal): -14111188 or 2928168. OLE color: 2928168.

HSL color Cylindrical-coordinate representation of color #28AE2C: hue angle of 121.79º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AE2C is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB4017444-
CMYK0.7700.750.32
HSL121.79º62.62%41.96%-
HSV(B)121.79º77.01%68.24%-
XYZ16.4730.917.48-
YUV119.1185.6171.57-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.50%
GREEN value IS 174 (68.36% from 255) = 67.44%
BLUE value IS 44 (17.58% from 255) = 17.05%
R=15.50%
G=67.44%
B=17.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal40174440.7700.750.32121.7962.6241.96
Hex28AE2C4D04B207a3f2a
Octal50256541150113401727752
Binary101000101011101011001001101010010111000001111010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28AE2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,174,44); }

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

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

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

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

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

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

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