#28B81C

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

Shades of Lime Green #28B81C

Tints of Lime Green #28B81C

Color information

#28B81C (or 0x28B81C) is unknown color: approx Lime Green. HEX triplet: 28, B8 and 1C. RGB value is (40,184,28). Sum of RGB (Red+Green+Blue) = 40+184+28=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 184 (72.27% from 255 or 73.02% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 184 - color contains mainly: green. Hex color #28B81C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B81C is #D747E3. Grayscale: #7B7B7B. Windows color (decimal): -14108644 or 1882152. OLE color: 1882152.

HSL color Cylindrical-coordinate representation of color #28B81C: hue angle of 115.38º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #28B81C is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB4018428-
CMYK0.7800.850.28
HSL115.38º73.58%41.57%-
HSV(B)115.38º84.78%72.16%-
XYZ18.2334.826.86-
YUV123.1674.2968.68-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.87%
GREEN value IS 184 (72.27% from 255) = 73.02%
BLUE value IS 28 (11.33% from 255) = 11.11%
R=15.87%
G=73.02%
B=11.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal40184280.7800.850.28115.3873.5841.57
Hex28B81C4E0551C734a2a
Octal502703411601253416311252
Binary10100010111000111001001110010101011110011100111001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28B81C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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