#28B53A

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

Shades of Lime Green #28B53A

Tints of Lime Green #28B53A

Color information

#28B53A (or 0x28B53A) is unknown color: approx Lime Green. HEX triplet: 28, B5 and 3A. RGB value is (40,181,58). Sum of RGB (Red+Green+Blue) = 40+181+58=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 181 (71.09% from 255 or 64.87% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 181 - color contains mainly: green. Hex color #28B53A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B53A is #D74AC5. Grayscale: #7D7D7D. Windows color (decimal): -14109382 or 3847464. OLE color: 3847464.

HSL color Cylindrical-coordinate representation of color #28B53A: hue angle of 127.66º 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 #28B53A is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB4018158-
CMYK0.7800.680.29
HSL127.66º63.8%43.33%-
HSV(B)127.66º77.9%70.98%-
XYZ18.1633.89.57-
YUV124.8290.2967.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.34%
GREEN value IS 181 (71.09% from 255) = 64.87%
BLUE value IS 58 (23.05% from 255) = 20.79%
R=14.34%
G=64.87%
B=20.79%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal40181580.7800.680.29127.6663.843.33
Hex28B53A4E0441D80402b
Octal502657211601043520010053
Binary1010001011010111101010011100100010011101100000001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28B53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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