#28DD26

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

Shades of Lime Green #28DD26

Tints of Lime Green #28DD26

Color information

#28DD26 (or 0x28DD26) is unknown color: approx Lime Green. HEX triplet: 28, DD and 26. RGB value is (40,221,38). Sum of RGB (Red+Green+Blue) = 40+221+38=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 221 (86.72% from 255 or 73.91% from 299); Blue value is 38 (15.23% from 255 or 12.71% from 299); Max value from RGB is 221 - color contains mainly: green. Hex color #28DD26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DD26 is #D722D9. Grayscale: #929292. Windows color (decimal): -14099162 or 2546984. OLE color: 2546984.

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

Color convert

RGB4022138-
CMYK0.8200.830.13
HSL119.34º72.91%50.78%-
HSV(B)119.34º82.81%86.67%-
XYZ27.0852.310.5-
YUV146.0267.0352.38-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.38%
GREEN value IS 221 (86.72% from 255) = 73.91%
BLUE value IS 38 (15.23% from 255) = 12.71%
R=13.38%
G=73.91%
B=12.71%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal40221380.8200.830.13119.3472.9150.78
Hex28DD2652053D774933
Octal503354612201231516711163
Binary10100011011101100110101001001010011110111101111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28DD26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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