#28B11C

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

Shades of Lime Green #28B11C

Tints of Lime Green #28B11C

Color information

#28B11C (or 0x28B11C) is unknown color: approx Lime Green. HEX triplet: 28, B1 and 1C. RGB value is (40,177,28). Sum of RGB (Red+Green+Blue) = 40+177+28=245 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.33% from 245); Green value is 177 (69.53% from 255 or 72.24% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 177 - color contains mainly: green. Hex color #28B11C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28B11C is #D74EE3. Grayscale: #777777. Windows color (decimal): -14110436 or 1880360. OLE color: 1880360.

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

Color convert

RGB4017728-
CMYK0.7700.840.31
HSL115.17º72.68%40.2%-
HSV(B)115.17º84.18%69.41%-
XYZ16.8131.986.39-
YUV119.0576.6171.62-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.33%
GREEN value IS 177 (69.53% from 255) = 72.24%
BLUE value IS 28 (11.33% from 255) = 11.43%
R=16.33%
G=72.24%
B=11.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal40177280.7700.840.31115.1772.6840.2
Hex28B11C4D0541F734928
Octal502613411501243716311150
Binary10100010110001111001001101010101001111111100111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28B11C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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