#28D648

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

Shades of Lime Green #28D648

Tints of Lime Green #28D648

Color information

#28D648 (or 0x28D648) is unknown color: approx Lime Green. HEX triplet: 28, D6 and 48. RGB value is (40,214,72). Sum of RGB (Red+Green+Blue) = 40+214+72=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 214 (83.98% from 255 or 65.64% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 214 - color contains mainly: green. Hex color #28D648 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D648 is #D729B7. Grayscale: #929292. Windows color (decimal): -14100920 or 4773416. OLE color: 4773416.

HSL color Cylindrical-coordinate representation of color #28D648: hue angle of 131.03º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D648 is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB4021472-
CMYK0.8100.660.16
HSL131.03º68.5%49.8%-
HSV(B)131.03º81.31%83.92%-
XYZ26.0949.0114.22-
YUV145.7986.3552.55-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.27%
GREEN value IS 214 (83.98% from 255) = 65.64%
BLUE value IS 72 (28.52% from 255) = 22.09%
R=12.27%
G=65.64%
B=22.09%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal40214720.8100.660.16131.0368.549.8
Hex28D6485104210834532
Octal5032611012101022020310562
Binary10100011010110100100010100010100001010000100000111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28D648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,214,72); }

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

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

 a { background-color: rgb(40,214,72); }

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

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

 span { border-color: rgb(40,214,72); }

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