Shades of Lime Green #28D341
Tints of Lime Green #28D341
RGB
CMYK
RGB Variations
Color information
#28D341 (or 0x28D341) is known color: Lime Green. HEX triplet: 28, D3 and 41. RGB value is (40,211,65). Sum of RGB (Red+Green+Blue) = 40+211+65=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 211 (82.81% from 255 or 66.77% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 211 - color contains mainly: green. Hex color #28D341 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D341 is #D72CBE. Grayscale: #8F8F8F. Windows color (decimal): -14101695 or 4313896. OLE color: 4313896.
HSL color Cylindrical-coordinate representation of color #28D341: hue angle of 128.77º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D341 is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 40 | 211 | 65 | - |
| CMYK | 0.81 | 0 | 0.69 | 0.17 |
| HSL | 128.77º | 0.68% | 0.49% | - |
| HSV(B) | 128.77º | 0.81% | 0.83% | - |
| XYZ | 25.12 | 47.42 | 12.83 | - |
| YUV | 143.23 | 83.85 | 54.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 211 | 65 | 0.81 | 0 | 0.69 | 0.17 | 128.77 | 0.68 | 0.49 |
| Hex | 28 | D3 | 41 | 51 | 0 | 45 | 11 | 81 | 44 | 31 |
| Octal | 50 | 323 | 101 | 121 | 0 | 105 | 21 | 201 | 104 | 61 |
| Binary | 101000 | 11010011 | 1000001 | 1010001 | 0 | 1000101 | 10001 | 10000001 | 1000100 | 110001 |
Color Harmonies of #28D341
Complementary color
Monochromatic Colors of #28D341
Black with #28D341
Text Example
Text Example
White with #28D341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D341; }
p { color: rgb(40,211,65); }
H1.HeaderClassName
{
color: #28D341;
}
.AnyTagClassName
{
color: #28D341;
}
</style>
background-color css
<style>
a { background-color: #28D341; }
a { background-color: rgb(40,211,65); }
div.DivClassName
{
background-color: #28D341;
}
.BgClassName
{
background-color: #28D341;
}
</style>
border-color css
<style>
span { border-color: #28D341; }
span { border-color: rgb(40,211,65); }
td.TdClassName
{
border-color: #28D341;
}
.TagClassName
{
border-color: #28D341;
}
</style>