#28D242

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

Shades of Lime Green #28D242

Tints of Lime Green #28D242

Color information

#28D242 (or 0x28D242) is unknown color: approx Lime Green. HEX triplet: 28, D2 and 42. RGB value is (40,210,66). Sum of RGB (Red+Green+Blue) = 40+210+66=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 210 (82.42% from 255 or 66.46% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 210 - color contains mainly: green. Hex color #28D242 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D242 is #D72DBD. Grayscale: #8F8F8F. Windows color (decimal): -14101950 or 4379176. OLE color: 4379176.

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

Color convert

RGB4021066-
CMYK0.8100.690.18
HSL129.18º68%49.02%-
HSV(B)129.18º80.95%82.35%-
XYZ24.9146.9412.9-
YUV142.7584.6854.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.66%
GREEN value IS 210 (82.42% from 255) = 66.46%
BLUE value IS 66 (26.17% from 255) = 20.89%
R=12.66%
G=66.46%
B=20.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal40210660.8100.690.18129.186849.02
Hex28D2425104512814431
Octal5032210212101052220110461
Binary10100011010010100001010100010100010110010100000011000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28D242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,210,66); }

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

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

 a { background-color: rgb(40,210,66); }

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

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

 span { border-color: rgb(40,210,66); }

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