#28DD12

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

Shades of Lime Green #28DD12

Tints of Lime Green #28DD12

Color information

#28DD12 (or 0x28DD12) is unknown color: approx Lime Green. HEX triplet: 28, DD and 12. RGB value is (40,221,18). Sum of RGB (Red+Green+Blue) = 40+221+18=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 221 (86.72% from 255 or 79.21% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 221 - color contains mainly: green. Hex color #28DD12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28DD12 is #D722ED. Grayscale: #909090. Windows color (decimal): -14099182 or 1236264. OLE color: 1236264.

HSL color Cylindrical-coordinate representation of color #28DD12: hue angle of 113.5º degrees, saturation: 0.85, 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 #28DD12 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB4022118-
CMYK0.8200.920.13
HSL113.5º84.94%46.86%-
HSV(B)113.5º91.86%86.67%-
XYZ26.8452.219.23-
YUV143.7457.0354.01-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.34%
GREEN value IS 221 (86.72% from 255) = 79.21%
BLUE value IS 18 (7.42% from 255) = 6.45%
R=14.34%
G=79.21%
B=6.45%

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
Decimal40221180.8200.920.13113.584.9446.86
Hex28DD125205CD71552f
Octal503352212201341516112557
Binary1010001101110110010101001001011100110111100011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28DD12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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