#28B42D

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

Shades of Lime Green #28B42D

Tints of Lime Green #28B42D

Color information

#28B42D (or 0x28B42D) is unknown color: approx Lime Green. HEX triplet: 28, B4 and 2D. RGB value is (40,180,45). Sum of RGB (Red+Green+Blue) = 40+180+45=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 180 (70.70% from 255 or 67.92% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 180 - color contains mainly: green. Hex color #28B42D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B42D is #D74BD2. Grayscale: #7B7B7B. Windows color (decimal): -14109651 or 2995240. OLE color: 2995240.

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

Color convert

RGB4018045-
CMYK0.7800.750.29
HSL122.14º63.64%43.14%-
HSV(B)122.14º77.78%70.59%-
XYZ17.6733.287.98-
YUV122.7584.1268.98-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.09%
GREEN value IS 180 (70.70% from 255) = 67.92%
BLUE value IS 45 (17.97% from 255) = 16.98%
R=15.09%
G=67.92%
B=16.98%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal40180450.7800.750.29122.1463.6443.14
Hex28B42D4E04B1D7a402b
Octal502645511601133517210053
Binary101000101101001011011001110010010111110111110101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28B42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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