Shades of Lime Green #28DF35
Tints of Lime Green #28DF35
RGB
CMYK
RGB Variations
Color information
#28DF35 (or 0x28DF35) is known color: Lime Green. HEX triplet: 28, DF and 35. RGB value is (40,223,53). Sum of RGB (Red+Green+Blue) = 40+223+53=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 223 (87.5% from 255 or 70.57% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 223 - color contains mainly: green. Hex color #28DF35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DF35 is #D720CA. Grayscale: #959595. Windows color (decimal): -14098635 or 3530536. OLE color: 3530536.
HSL color Cylindrical-coordinate representation of color #28DF35: hue angle of 124.26º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DF35 is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 223 | 53 | - |
| CMYK | 0.82 | 0 | 0.76 | 0.13 |
| HSL | 124.26º | 0.74% | 0.52% | - |
| HSV(B) | 124.26º | 0.82% | 0.87% | - |
| XYZ | 27.91 | 53.48 | 12.22 | - |
| YUV | 148.9 | 73.87 | 50.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 223 | 53 | 0.82 | 0 | 0.76 | 0.13 | 124.26 | 0.74 | 0.52 |
| Hex | 28 | DF | 35 | 52 | 0 | 4C | D | 7C | 4A | 34 |
| Octal | 50 | 337 | 65 | 122 | 0 | 114 | 15 | 174 | 112 | 64 |
| Binary | 101000 | 11011111 | 110101 | 1010010 | 0 | 1001100 | 1101 | 1111100 | 1001010 | 110100 |
Color Harmonies of #28DF35
Complementary color
Monochromatic Colors of #28DF35
Black with #28DF35
Text Example
Text Example
White with #28DF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DF35; }
p { color: rgb(40,223,53); }
H1.HeaderClassName
{
color: #28DF35;
}
.AnyTagClassName
{
color: #28DF35;
}
</style>
background-color css
<style>
a { background-color: #28DF35; }
a { background-color: rgb(40,223,53); }
div.DivClassName
{
background-color: #28DF35;
}
.BgClassName
{
background-color: #28DF35;
}
</style>
border-color css
<style>
span { border-color: #28DF35; }
span { border-color: rgb(40,223,53); }
td.TdClassName
{
border-color: #28DF35;
}
.TagClassName
{
border-color: #28DF35;
}
</style>