#28B124

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

Shades of Lime Green #28B124

Tints of Lime Green #28B124

Color information

#28B124 (or 0x28B124) is unknown color: approx Lime Green. HEX triplet: 28, B1 and 24. RGB value is (40,177,36). Sum of RGB (Red+Green+Blue) = 40+177+36=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 177 (69.53% from 255 or 69.96% from 253); Blue value is 36 (14.45% from 255 or 14.23% from 253); Max value from RGB is 177 - color contains mainly: green. Hex color #28B124 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28B124 is #D74EDB. Grayscale: #787878. Windows color (decimal): -14110428 or 2404648. OLE color: 2404648.

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

Color convert

RGB4017736-
CMYK0.7700.800.31
HSL118.3º66.2%41.76%-
HSV(B)118.3º79.66%69.41%-
XYZ16.9232.026.96-
YUV119.9680.6170.96-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.81%
GREEN value IS 177 (69.53% from 255) = 69.96%
BLUE value IS 36 (14.45% from 255) = 14.23%
R=15.81%
G=69.96%
B=14.23%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal40177360.7700.800.31118.366.241.76
Hex28B1244D0501F76422a
Octal502614411501203716610252
Binary101000101100011001001001101010100001111111101101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28B124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,177,36); }

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

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

 a { background-color: rgb(40,177,36); }

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

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

 span { border-color: rgb(40,177,36); }

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