Shades of Lime Green #28F93C
Tints of Lime Green #28F93C
RGB
CMYK
RGB Variations
Color information
#28F93C (or 0x28F93C) is known color: Lime Green. HEX triplet: 28, F9 and 3C. RGB value is (40,249,60). Sum of RGB (Red+Green+Blue) = 40+249+60=349 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.46% from 349); Green value is 249 (97.66% from 255 or 71.35% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 249 - color contains mainly: green. Hex color #28F93C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F93C is #D706C3. Grayscale: #A5A5A5. Windows color (decimal): -14091972 or 3995944. OLE color: 3995944.
HSL color Cylindrical-coordinate representation of color #28F93C: hue angle of 125.74º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F93C is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 249 | 60 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.02 |
| HSL | 125.74º | 0.95% | 0.57% | - |
| HSV(B) | 125.74º | 0.84% | 0.98% | - |
| XYZ | 35.57 | 68.53 | 15.63 | - |
| YUV | 164.96 | 68.76 | 38.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 249 | 60 | 0.84 | 0 | 0.76 | 0.02 | 125.74 | 0.95 | 0.57 |
| Hex | 28 | F9 | 3C | 54 | 0 | 4C | 2 | 7E | 5F | 39 |
| Octal | 50 | 371 | 74 | 124 | 0 | 114 | 2 | 176 | 137 | 71 |
| Binary | 101000 | 11111001 | 111100 | 1010100 | 0 | 1001100 | 10 | 1111110 | 1011111 | 111001 |
Color Harmonies of #28F93C
Complementary color
Monochromatic Colors of #28F93C
Black with #28F93C
Text Example
Text Example
White with #28F93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F93C; }
p { color: rgb(40,249,60); }
H1.HeaderClassName
{
color: #28F93C;
}
.AnyTagClassName
{
color: #28F93C;
}
</style>
background-color css
<style>
a { background-color: #28F93C; }
a { background-color: rgb(40,249,60); }
div.DivClassName
{
background-color: #28F93C;
}
.BgClassName
{
background-color: #28F93C;
}
</style>
border-color css
<style>
span { border-color: #28F93C; }
span { border-color: rgb(40,249,60); }
td.TdClassName
{
border-color: #28F93C;
}
.TagClassName
{
border-color: #28F93C;
}
</style>