#28D938

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

Shades of Lime Green #28D938

Tints of Lime Green #28D938

Color information

#28D938 (or 0x28D938) is unknown color: approx Lime Green. HEX triplet: 28, D9 and 38. RGB value is (40,217,56). Sum of RGB (Red+Green+Blue) = 40+217+56=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 217 (85.16% from 255 or 69.33% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 217 - color contains mainly: green. Hex color #28D938 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D938 is #D726C7. Grayscale: #929292. Windows color (decimal): -14100168 or 3725608. OLE color: 3725608.

HSL color Cylindrical-coordinate representation of color #28D938: hue angle of 125.42º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28D938 is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB4021756-
CMYK0.8200.740.15
HSL125.42º69.96%50.39%-
HSV(B)125.42º81.57%85.1%-
XYZ26.450.3612.07-
YUV145.7277.3652.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.78%
GREEN value IS 217 (85.16% from 255) = 69.33%
BLUE value IS 56 (22.27% from 255) = 17.89%
R=12.78%
G=69.33%
B=17.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal40217560.8200.740.15125.4269.9650.39
Hex28D9385204AF7d4632
Octal503317012201121717510662
Binary10100011011001111000101001001001010111111111011000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28D938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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