#28B031

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

Shades of Lime Green #28B031

Tints of Lime Green #28B031

Color information

#28B031 (or 0x28B031) is unknown color: approx Lime Green. HEX triplet: 28, B0 and 31. RGB value is (40,176,49). Sum of RGB (Red+Green+Blue) = 40+176+49=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 176 (69.14% from 255 or 66.42% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 176 - color contains mainly: green. Hex color #28B031 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28B031 is #D74FCE. Grayscale: #797979. Windows color (decimal): -14110671 or 3256360. OLE color: 3256360.

HSL color Cylindrical-coordinate representation of color #28B031: hue angle of 123.97º 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 #28B031 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB4017649-
CMYK0.7700.720.31
HSL123.97º62.96%42.35%-
HSV(B)123.97º77.27%69.02%-
XYZ16.9531.728.14-
YUV120.8687.4470.33-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.09%
GREEN value IS 176 (69.14% from 255) = 66.42%
BLUE value IS 49 (19.53% from 255) = 18.49%
R=15.09%
G=66.42%
B=18.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal40176490.7700.720.31123.9762.9642.35
Hex28B0314D0481F7c3f2a
Octal50260611150110371747752
Binary10100010110000110001100110101001000111111111100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28B031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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