#28B22D

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

Shades of Lime Green #28B22D

Tints of Lime Green #28B22D

Color information

#28B22D (or 0x28B22D) is unknown color: approx Lime Green. HEX triplet: 28, B2 and 2D. RGB value is (40,178,45). Sum of RGB (Red+Green+Blue) = 40+178+45=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 178 (69.92% from 255 or 67.68% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 178 - color contains mainly: green. Hex color #28B22D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28B22D is #D74DD2. Grayscale: #797979. Windows color (decimal): -14110163 or 2994728. OLE color: 2994728.

HSL color Cylindrical-coordinate representation of color #28B22D: hue angle of 122.17º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B22D is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB4017845-
CMYK0.7800.750.30
HSL122.17º63.3%42.75%-
HSV(B)122.17º77.53%69.8%-
XYZ17.2732.487.84-
YUV121.5884.7869.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.21%
GREEN value IS 178 (69.92% from 255) = 67.68%
BLUE value IS 45 (17.97% from 255) = 17.11%
R=15.21%
G=67.68%
B=17.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal40178450.7800.750.30122.1763.342.75
Hex28B22D4E04B1E7a3f2b
Octal50262551160113361727753
Binary10100010110010101101100111001001011111101111010111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28B22D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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