#28B31A

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

Shades of Lime Green #28B31A

Tints of Lime Green #28B31A

Color information

#28B31A (or 0x28B31A) is unknown color: approx Lime Green. HEX triplet: 28, B3 and 1A. RGB value is (40,179,26). Sum of RGB (Red+Green+Blue) = 40+179+26=245 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.33% from 245); Green value is 179 (70.31% from 255 or 73.06% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 179 - color contains mainly: green. Hex color #28B31A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B31A is #D74CE5. Grayscale: #787878. Windows color (decimal): -14109926 or 1749800. OLE color: 1749800.

HSL color Cylindrical-coordinate representation of color #28B31A: hue angle of 114.51º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #28B31A is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB4017926-
CMYK0.7800.850.30
HSL114.51º74.63%40.2%-
HSV(B)114.51º85.47%70.2%-
XYZ17.1832.776.4-
YUV12074.9570.94-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.33%
GREEN value IS 179 (70.31% from 255) = 73.06%
BLUE value IS 26 (10.55% from 255) = 10.61%
R=16.33%
G=73.06%
B=10.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal40179260.7800.850.30114.5174.6340.2
Hex28B31A4E0551E734b28
Octal502633211601253616311350
Binary10100010110011110101001110010101011111011100111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28B31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,179,26); }

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

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

 a { background-color: rgb(40,179,26); }

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

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

 span { border-color: rgb(40,179,26); }

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