#28D00F

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

Shades of Lime Green #28D00F

Tints of Lime Green #28D00F

Color information

#28D00F (or 0x28D00F) is unknown color: approx Lime Green. HEX triplet: 28, D0 and 0F. RGB value is (40,208,15). Sum of RGB (Red+Green+Blue) = 40+208+15=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 208 (81.64% from 255 or 79.09% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 208 - color contains mainly: green. Hex color #28D00F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28D00F is #D72FF0. Grayscale: #888888. Windows color (decimal): -14102513 or 1036328. OLE color: 1036328.

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

Color convert

RGB4020815-
CMYK0.8100.930.18
HSL112.23º86.55%43.73%-
HSV(B)112.23º92.79%81.57%-
XYZ23.5245.68.01-
YUV135.7759.8459.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.21%
GREEN value IS 208 (81.64% from 255) = 79.09%
BLUE value IS 15 (6.25% from 255) = 5.70%
R=15.21%
G=79.09%
B=5.70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal40208150.8100.930.18112.2386.5543.73
Hex28D0F5105D1270572c
Octal503201712101352216012754
Binary1010001101000011111010001010111011001011100001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28D00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,208,15); }

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

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

 a { background-color: rgb(40,208,15); }

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

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

 span { border-color: rgb(40,208,15); }

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