#28DD2F

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

Shades of Lime Green #28DD2F

Tints of Lime Green #28DD2F

Color information

#28DD2F (or 0x28DD2F) is unknown color: approx Lime Green. HEX triplet: 28, DD and 2F. RGB value is (40,221,47). Sum of RGB (Red+Green+Blue) = 40+221+47=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 221 (86.72% from 255 or 71.75% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 221 - color contains mainly: green. Hex color #28DD2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DD2F is #D722D0. Grayscale: #939393. Windows color (decimal): -14099153 or 3136808. OLE color: 3136808.

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

Color convert

RGB4022147-
CMYK0.8200.790.13
HSL122.32º72.69%51.18%-
HSV(B)122.32º81.9%86.67%-
XYZ27.2452.3711.36-
YUV147.0571.5351.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.99%
GREEN value IS 221 (86.72% from 255) = 71.75%
BLUE value IS 47 (18.75% from 255) = 15.26%
R=12.99%
G=71.75%
B=15.26%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal40221470.8200.790.13122.3272.6951.18
Hex28DD2F5204FD7a4933
Octal503355712201171517211163
Binary10100011011101101111101001001001111110111110101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28DD2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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