#28B218

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

Shades of Lime Green #28B218

Tints of Lime Green #28B218

Color information

#28B218 (or 0x28B218) is unknown color: approx Lime Green. HEX triplet: 28, B2 and 18. RGB value is (40,178,24). Sum of RGB (Red+Green+Blue) = 40+178+24=242 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.53% from 242); Green value is 178 (69.92% from 255 or 73.55% from 242); Blue value is 24 (9.77% from 255 or 9.92% from 242); Max value from RGB is 178 - color contains mainly: green. Hex color #28B218 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28B218 is #D74DE7. Grayscale: #777777. Windows color (decimal): -14110184 or 1618472. OLE color: 1618472.

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

Color convert

RGB4017824-
CMYK0.7800.870.30
HSL113.77º76.24%39.61%-
HSV(B)113.77º86.52%69.8%-
XYZ16.9632.366.22-
YUV119.1874.2871.52-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.53%
GREEN value IS 178 (69.92% from 255) = 73.55%
BLUE value IS 24 (9.77% from 255) = 9.92%
R=16.53%
G=73.55%
B=9.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal40178240.7800.870.30113.7776.2439.61
Hex28B2184E0571E724c28
Octal502623011601273616211450
Binary10100010110010110001001110010101111111011100101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28B218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,178,24); }

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

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

 a { background-color: rgb(40,178,24); }

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

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

 span { border-color: rgb(40,178,24); }

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