#28dd35

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

Shades of Lime Green #28DD35

Tints of Lime Green #28DD35

Color information

#28DD35 (or 0x28DD35) is unknown color: approx Lime Green. HEX triplet: 28, DD and 35. RGB value is (40,221,53). Sum of RGB (Red+Green+Blue) = 40+221+53=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 221 (86.72% from 255 or 70.38% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 221 - color contains mainly: green. Hex color #28DD35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DD35 is #D722CA. Grayscale: #949494. Windows color (decimal): -14099147 or 3530024. OLE color: 3530024.

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

Color convert

RGB4022153-
CMYK0.8200.760.13
HSL124.31º72.69%51.18%-
HSV(B)124.31º81.9%86.67%-
XYZ27.3752.4212.04-
YUV147.7374.5351.16-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.74%
GREEN value IS 221 (86.72% from 255) = 70.38%
BLUE value IS 53 (21.09% from 255) = 16.88%
R=12.74%
G=70.38%
B=16.88%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal40221530.8200.760.13124.3172.6951.18
Hex28DD355204CD7c4933
Octal503356512201141517411163
Binary10100011011101110101101001001001100110111111001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28dd35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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