#28B82D

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

Shades of Lime Green #28B82D

Tints of Lime Green #28B82D

Color information

#28B82D (or 0x28B82D) is unknown color: approx Lime Green. HEX triplet: 28, B8 and 2D. RGB value is (40,184,45). Sum of RGB (Red+Green+Blue) = 40+184+45=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 184 (72.27% from 255 or 68.40% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 184 - color contains mainly: green. Hex color #28B82D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B82D is #D747D2. Grayscale: #7D7D7D. Windows color (decimal): -14108627 or 2996264. OLE color: 2996264.

HSL color Cylindrical-coordinate representation of color #28B82D: hue angle of 122.08º 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 #28B82D is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB4018445-
CMYK0.7800.760.28
HSL122.08º64.29%43.92%-
HSV(B)122.08º78.26%72.16%-
XYZ18.4934.928.25-
YUV125.182.7967.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.87%
GREEN value IS 184 (72.27% from 255) = 68.40%
BLUE value IS 45 (17.97% from 255) = 16.73%
R=14.87%
G=68.40%
B=16.73%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal40184450.7800.760.28122.0864.2943.92
Hex28B82D4E04C1C7a402c
Octal502705511601143417210054
Binary101000101110001011011001110010011001110011110101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28B82D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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