#28B542

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

Shades of Lime Green #28B542

Tints of Lime Green #28B542

Color information

#28B542 (or 0x28B542) is unknown color: approx Lime Green. HEX triplet: 28, B5 and 42. RGB value is (40,181,66). Sum of RGB (Red+Green+Blue) = 40+181+66=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 181 (71.09% from 255 or 63.07% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 181 - color contains mainly: green. Hex color #28B542 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B542 is #D74ABD. Grayscale: #7E7E7E. Windows color (decimal): -14109374 or 4371752. OLE color: 4371752.

HSL color Cylindrical-coordinate representation of color #28B542: hue angle of 131.06º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B542 is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB4018166-
CMYK0.7800.640.29
HSL131.06º63.8%43.33%-
HSV(B)131.06º77.9%70.98%-
XYZ18.3833.8910.73-
YUV125.7394.2966.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.94%
GREEN value IS 181 (71.09% from 255) = 63.07%
BLUE value IS 66 (26.17% from 255) = 23.00%
R=13.94%
G=63.07%
B=23.00%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal40181660.7800.640.29131.0663.843.33
Hex28B5424E0401D83402b
Octal5026510211601003520310053
Binary10100010110101100001010011100100000011101100000111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28B542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,181,66); }

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

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

 a { background-color: rgb(40,181,66); }

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

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

 span { border-color: rgb(40,181,66); }

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