#28B53C

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

Shades of Lime Green #28B53C

Tints of Lime Green #28B53C

Color information

#28B53C (or 0x28B53C) is unknown color: approx Lime Green. HEX triplet: 28, B5 and 3C. RGB value is (40,181,60). Sum of RGB (Red+Green+Blue) = 40+181+60=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 181 (71.09% from 255 or 64.41% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 181 - color contains mainly: green. Hex color #28B53C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B53C is #D74AC3. Grayscale: #7D7D7D. Windows color (decimal): -14109380 or 3978536. OLE color: 3978536.

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

Color convert

RGB4018160-
CMYK0.7800.670.29
HSL128.51º63.8%43.33%-
HSV(B)128.51º77.9%70.98%-
XYZ18.2133.839.84-
YUV125.0591.2967.34-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.23%
GREEN value IS 181 (71.09% from 255) = 64.41%
BLUE value IS 60 (23.83% from 255) = 21.35%
R=14.23%
G=64.41%
B=21.35%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal40181600.7800.670.29128.5163.843.33
Hex28B53C4E0431D81402b
Octal502657411601033520110053
Binary1010001011010111110010011100100001111101100000011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28B53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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