#28B037

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

Shades of Lime Green #28B037

Tints of Lime Green #28B037

Color information

#28B037 (or 0x28B037) is unknown color: approx Lime Green. HEX triplet: 28, B0 and 37. RGB value is (40,176,55). Sum of RGB (Red+Green+Blue) = 40+176+55=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 176 (69.14% from 255 or 64.94% from 271); Blue value is 55 (21.88% from 255 or 20.30% from 271); Max value from RGB is 176 - color contains mainly: green. Hex color #28B037 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28B037 is #D74FC8. Grayscale: #797979. Windows color (decimal): -14110665 or 3649576. OLE color: 3649576.

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

Color convert

RGB4017655-
CMYK0.7700.690.31
HSL126.62º62.96%42.35%-
HSV(B)126.62º77.27%69.02%-
XYZ17.0931.788.85-
YUV121.5490.4469.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.76%
GREEN value IS 176 (69.14% from 255) = 64.94%
BLUE value IS 55 (21.88% from 255) = 20.30%
R=14.76%
G=64.94%
B=20.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal40176550.7700.690.31126.6262.9642.35
Hex28B0374D0451F7f3f2a
Octal50260671150105371777752
Binary10100010110000110111100110101000101111111111111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28B037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,176,55); }

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

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

 a { background-color: rgb(40,176,55); }

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

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

 span { border-color: rgb(40,176,55); }

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