#28AE2D

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

Shades of Lime Green #28AE2D

Tints of Lime Green #28AE2D

Color information

#28AE2D (or 0x28AE2D) is unknown color: approx Lime Green. HEX triplet: 28, AE and 2D. RGB value is (40,174,45). Sum of RGB (Red+Green+Blue) = 40+174+45=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 174 (68.36% from 255 or 67.18% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 174 - color contains mainly: green. Hex color #28AE2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AE2D is #D751D2. Grayscale: #777777. Windows color (decimal): -14111187 or 2993704. OLE color: 2993704.

HSL color Cylindrical-coordinate representation of color #28AE2D: hue angle of 122.24º 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 #28AE2D is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB4017445-
CMYK0.7700.740.32
HSL122.24º62.62%41.96%-
HSV(B)122.24º77.01%68.24%-
XYZ16.4830.917.58-
YUV119.2386.1171.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.44%
GREEN value IS 174 (68.36% from 255) = 67.18%
BLUE value IS 45 (17.97% from 255) = 17.37%
R=15.44%
G=67.18%
B=17.37%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal40174450.7700.740.32122.2462.6241.96
Hex28AE2D4D04A207a3f2a
Octal50256551150112401727752
Binary101000101011101011011001101010010101000001111010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28AE2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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