#28AC35

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

Shades of Lime Green #28AC35

Tints of Lime Green #28AC35

Color information

#28AC35 (or 0x28AC35) is unknown color: approx Lime Green. HEX triplet: 28, AC and 35. RGB value is (40,172,53). Sum of RGB (Red+Green+Blue) = 40+172+53=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 172 (67.58% from 255 or 64.91% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 172 - color contains mainly: green. Hex color #28AC35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AC35 is #D753CA. Grayscale: #777777. Windows color (decimal): -14111691 or 3517480. OLE color: 3517480.

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

Color convert

RGB4017253-
CMYK0.7700.690.33
HSL125.91º62.26%41.57%-
HSV(B)125.91º76.74%67.45%-
XYZ16.2730.218.34-
YUV118.9790.7771.68-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.09%
GREEN value IS 172 (67.58% from 255) = 64.91%
BLUE value IS 53 (21.09% from 255) = 20%
R=15.09%
G=64.91%
B=20%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal40172530.7700.690.33125.9162.2641.57
Hex28AC354D045217e3e2a
Octal50254651150105411767652
Binary101000101011001101011001101010001011000011111110111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28AC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,172,53); }

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

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

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

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

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

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

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