#28DD11

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

Shades of Lime Green #28DD11

Tints of Lime Green #28DD11

Color information

#28DD11 (or 0x28DD11) is unknown color: approx Lime Green. HEX triplet: 28, DD and 11. RGB value is (40,221,17). Sum of RGB (Red+Green+Blue) = 40+221+17=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 221 (86.72% from 255 or 79.50% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 221 - color contains mainly: green. Hex color #28DD11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28DD11 is #D722EE. Grayscale: #909090. Windows color (decimal): -14099183 or 1170728. OLE color: 1170728.

HSL color Cylindrical-coordinate representation of color #28DD11: hue angle of 113.24º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #28DD11 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB4022117-
CMYK0.8200.920.13
HSL113.24º85.71%46.67%-
HSV(B)113.24º92.31%86.67%-
XYZ26.8352.29.19-
YUV143.6256.5354.09-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.39%
GREEN value IS 221 (86.72% from 255) = 79.50%
BLUE value IS 17 (7.03% from 255) = 6.12%
R=14.39%
G=79.50%
B=6.12%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal40221170.8200.920.13113.2485.7146.67
Hex28DD115205CD71562f
Octal503352112201341516112657
Binary1010001101110110001101001001011100110111100011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28DD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,221,17); }

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

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

 a { background-color: rgb(40,221,17); }

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

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

 span { border-color: rgb(40,221,17); }

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