#28B82E

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

Shades of Lime Green #28B82E

Tints of Lime Green #28B82E

Color information

#28B82E (or 0x28B82E) is unknown color: approx Lime Green. HEX triplet: 28, B8 and 2E. RGB value is (40,184,46). Sum of RGB (Red+Green+Blue) = 40+184+46=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 184 (72.27% from 255 or 68.15% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 184 - color contains mainly: green. Hex color #28B82E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B82E is #D747D1. Grayscale: #7D7D7D. Windows color (decimal): -14108626 or 3061800. OLE color: 3061800.

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

Color convert

RGB4018446-
CMYK0.7800.750.28
HSL122.5º64.29%43.92%-
HSV(B)122.5º78.26%72.16%-
XYZ18.5134.938.35-
YUV125.2183.2967.22-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.81%
GREEN value IS 184 (72.27% from 255) = 68.15%
BLUE value IS 46 (18.36% from 255) = 17.04%
R=14.81%
G=68.15%
B=17.04%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal40184460.7800.750.28122.564.2943.92
Hex28B82E4E04B1C7a402c
Octal502705611601133417210054
Binary101000101110001011101001110010010111110011110101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28B82E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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