#28B021

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

Shades of Lime Green #28B021

Tints of Lime Green #28B021

Color information

#28B021 (or 0x28B021) is unknown color: approx Lime Green. HEX triplet: 28, B0 and 21. RGB value is (40,176,33). Sum of RGB (Red+Green+Blue) = 40+176+33=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 176 (69.14% from 255 or 70.68% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 176 - color contains mainly: green. Hex color #28B021 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28B021 is #D74FDE. Grayscale: #777777. Windows color (decimal): -14110687 or 2207784. OLE color: 2207784.

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

Color convert

RGB4017633-
CMYK0.7700.810.31
HSL117.06º68.42%40.98%-
HSV(B)117.06º81.25%69.02%-
XYZ16.6731.616.66-
YUV119.0379.4471.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.06%
GREEN value IS 176 (69.14% from 255) = 70.68%
BLUE value IS 33 (13.28% from 255) = 13.25%
R=16.06%
G=70.68%
B=13.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal40176330.7700.810.31117.0668.4240.98
Hex28B0214D0511F754429
Octal502604111501213716510451
Binary101000101100001000011001101010100011111111101011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28B021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,176,33); }

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

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

 a { background-color: rgb(40,176,33); }

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

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

 span { border-color: rgb(40,176,33); }

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