#28F732

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

Shades of Lime Green #28F732

Tints of Lime Green #28F732

Color information

#28F732 (or 0x28F732) is unknown color: approx Lime Green. HEX triplet: 28, F7 and 32. RGB value is (40,247,50). Sum of RGB (Red+Green+Blue) = 40+247+50=337 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.87% from 337); Green value is 247 (96.88% from 255 or 73.29% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 247 - color contains mainly: green. Hex color #28F732 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F732 is #D708CD. Grayscale: #A3A3A3. Windows color (decimal): -14092494 or 3340072. OLE color: 3340072.

HSL color Cylindrical-coordinate representation of color #28F732: hue angle of 122.9º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F732 is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB4024750-
CMYK0.8400.800.03
HSL122.9º92.83%56.27%-
HSV(B)122.9º83.81%96.86%-
XYZ34.7167.214.16-
YUV162.6564.4240.52-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.87%
GREEN value IS 247 (96.88% from 255) = 73.29%
BLUE value IS 50 (19.92% from 255) = 14.84%
R=11.87%
G=73.29%
B=14.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal40247500.8400.800.03122.992.8356.27
Hex28F7325405037b5d38
Octal50367621240120317313570
Binary101000111101111100101010100010100001111110111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28F732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,247,50); }

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

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

 a { background-color: rgb(40,247,50); }

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

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

 span { border-color: rgb(40,247,50); }

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