#28D538

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

Shades of Lime Green #28D538

Tints of Lime Green #28D538

Color information

#28D538 (or 0x28D538) is unknown color: approx Lime Green. HEX triplet: 28, D5 and 38. RGB value is (40,213,56). Sum of RGB (Red+Green+Blue) = 40+213+56=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 213 (83.59% from 255 or 68.93% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 213 - color contains mainly: green. Hex color #28D538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D538 is #D72AC7. Grayscale: #8F8F8F. Windows color (decimal): -14101192 or 3724584. OLE color: 3724584.

HSL color Cylindrical-coordinate representation of color #28D538: hue angle of 125.55º degrees, saturation: 0.68, 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 #28D538 is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB4021356-
CMYK0.8100.740.16
HSL125.55º68.38%49.61%-
HSV(B)125.55º81.22%83.53%-
XYZ25.3848.3311.73-
YUV143.3878.6954.27-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.94%
GREEN value IS 213 (83.59% from 255) = 68.93%
BLUE value IS 56 (22.27% from 255) = 18.12%
R=12.94%
G=68.93%
B=18.12%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal40213560.8100.740.16125.5568.3849.61
Hex28D5385104A107e4432
Octal503257012101122017610462
Binary101000110101011110001010001010010101000011111101000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28D538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,213,56); }

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

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

 a { background-color: rgb(40,213,56); }

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

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

 span { border-color: rgb(40,213,56); }

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