Shades of Lime Green #28F333
Tints of Lime Green #28F333
RGB
CMYK
RGB Variations
Color information
#28F333 (or 0x28F333) is known color: Lime Green. HEX triplet: 28, F3 and 33. RGB value is (40,243,51). Sum of RGB (Red+Green+Blue) = 40+243+51=334 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.98% from 334); Green value is 243 (95.31% from 255 or 72.75% from 334); Blue value is 51 (20.31% from 255 or 15.27% from 334); Max value from RGB is 243 - color contains mainly: green. Hex color #28F333 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F333 is #D70CCC. Grayscale: #A0A0A0. Windows color (decimal): -14093517 or 3404584. OLE color: 3404584.
HSL color Cylindrical-coordinate representation of color #28F333: hue angle of 123.25º 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 #28F333 is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 243 | 51 | - |
| CMYK | 0.84 | 0 | 0.79 | 0.05 |
| HSL | 123.25º | 0.89% | 0.55% | - |
| HSV(B) | 123.25º | 0.84% | 0.95% | - |
| XYZ | 33.52 | 64.79 | 13.87 | - |
| YUV | 160.42 | 66.25 | 42.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 243 | 51 | 0.84 | 0 | 0.79 | 0.05 | 123.25 | 0.89 | 0.55 |
| Hex | 28 | F3 | 33 | 54 | 0 | 4F | 5 | 7B | 59 | 37 |
| Octal | 50 | 363 | 63 | 124 | 0 | 117 | 5 | 173 | 131 | 67 |
| Binary | 101000 | 11110011 | 110011 | 1010100 | 0 | 1001111 | 101 | 1111011 | 1011001 | 110111 |
Color Harmonies of #28F333
Complementary color
Monochromatic Colors of #28F333
Black with #28F333
Text Example
Text Example
White with #28F333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F333; }
p { color: rgb(40,243,51); }
H1.HeaderClassName
{
color: #28F333;
}
.AnyTagClassName
{
color: #28F333;
}
</style>
background-color css
<style>
a { background-color: #28F333; }
a { background-color: rgb(40,243,51); }
div.DivClassName
{
background-color: #28F333;
}
.BgClassName
{
background-color: #28F333;
}
</style>
border-color css
<style>
span { border-color: #28F333; }
span { border-color: rgb(40,243,51); }
td.TdClassName
{
border-color: #28F333;
}
.TagClassName
{
border-color: #28F333;
}
</style>