Shades of Lime Green #28F335
Tints of Lime Green #28F335
RGB
CMYK
RGB Variations
Color information
#28F335 (or 0x28F335) is known color: Lime Green. HEX triplet: 28, F3 and 35. RGB value is (40,243,53). Sum of RGB (Red+Green+Blue) = 40+243+53=336 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.90% from 336); Green value is 243 (95.31% from 255 or 72.32% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 243 - color contains mainly: green. Hex color #28F335 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F335 is #D70CCA. Grayscale: #A1A1A1. Windows color (decimal): -14093515 or 3535656. OLE color: 3535656.
HSL color Cylindrical-coordinate representation of color #28F335: hue angle of 123.84º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F335 is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 243 | 53 | - |
| CMYK | 0.84 | 0 | 0.78 | 0.05 |
| HSL | 123.84º | 0.89% | 0.55% | - |
| HSV(B) | 123.84º | 0.84% | 0.95% | - |
| XYZ | 33.57 | 64.81 | 14.11 | - |
| YUV | 160.64 | 67.25 | 41.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 243 | 53 | 0.84 | 0 | 0.78 | 0.05 | 123.84 | 0.89 | 0.55 |
| Hex | 28 | F3 | 35 | 54 | 0 | 4E | 5 | 7C | 59 | 37 |
| Octal | 50 | 363 | 65 | 124 | 0 | 116 | 5 | 174 | 131 | 67 |
| Binary | 101000 | 11110011 | 110101 | 1010100 | 0 | 1001110 | 101 | 1111100 | 1011001 | 110111 |
Color Harmonies of #28F335
Complementary color
Monochromatic Colors of #28F335
Black with #28F335
Text Example
Text Example
White with #28F335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F335; }
p { color: rgb(40,243,53); }
H1.HeaderClassName
{
color: #28F335;
}
.AnyTagClassName
{
color: #28F335;
}
</style>
background-color css
<style>
a { background-color: #28F335; }
a { background-color: rgb(40,243,53); }
div.DivClassName
{
background-color: #28F335;
}
.BgClassName
{
background-color: #28F335;
}
</style>
border-color css
<style>
span { border-color: #28F335; }
span { border-color: rgb(40,243,53); }
td.TdClassName
{
border-color: #28F335;
}
.TagClassName
{
border-color: #28F335;
}
</style>