#28B136

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

Shades of Lime Green #28B136

Tints of Lime Green #28B136

Color information

#28B136 (or 0x28B136) is unknown color: approx Lime Green. HEX triplet: 28, B1 and 36. RGB value is (40,177,54). Sum of RGB (Red+Green+Blue) = 40+177+54=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 177 (69.53% from 255 or 65.31% from 271); Blue value is 54 (21.48% from 255 or 19.93% from 271); Max value from RGB is 177 - color contains mainly: green. Hex color #28B136 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28B136 is #D74EC9. Grayscale: #7A7A7A. Windows color (decimal): -14110410 or 3584296. OLE color: 3584296.

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

Color convert

RGB4017754-
CMYK0.7700.690.31
HSL126.13º63.13%42.55%-
HSV(B)126.13º77.4%69.41%-
XYZ17.2632.168.79-
YUV122.0289.6169.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.76%
GREEN value IS 177 (69.53% from 255) = 65.31%
BLUE value IS 54 (21.48% from 255) = 19.93%
R=14.76%
G=65.31%
B=19.93%

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
Decimal40177540.7700.690.31126.1363.1342.55
Hex28B1364D0451F7e3f2b
Octal50261661150105371767753
Binary10100010110001110110100110101000101111111111110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28B136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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