Shades of Lime Green #28CF0B
Tints of Lime Green #28CF0B
RGB
CMYK
RGB Variations
Color information
#28CF0B (or 0x28CF0B) is known color: Lime Green. HEX triplet: 28, CF and 0B. RGB value is (40,207,11). Sum of RGB (Red+Green+Blue) = 40+207+11=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 207 (81.25% from 255 or 80.23% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 207 - color contains mainly: green. Hex color #28CF0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28CF0B is #D730F4. Grayscale: #878787. Windows color (decimal): -14102773 or 773928. OLE color: 773928.
HSL color Cylindrical-coordinate representation of color #28CF0B: hue angle of 111.12º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28CF0B is Cyan = 0.81, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 207 | 11 | - |
| CMYK | 0.81 | 0 | 0.95 | 0.19 |
| HSL | 111.12º | 0.9% | 0.43% | - |
| HSV(B) | 111.12º | 0.95% | 0.81% | - |
| XYZ | 23.25 | 45.1 | 7.8 | - |
| YUV | 134.72 | 58.17 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 207 | 11 | 0.81 | 0 | 0.95 | 0.19 | 111.12 | 0.9 | 0.43 |
| Hex | 28 | CF | B | 51 | 0 | 5F | 13 | 6F | 5A | 2B |
| Octal | 50 | 317 | 13 | 121 | 0 | 137 | 23 | 157 | 132 | 53 |
| Binary | 101000 | 11001111 | 1011 | 1010001 | 0 | 1011111 | 10011 | 1101111 | 1011010 | 101011 |
Color Harmonies of #28CF0B
Complementary color
Monochromatic Colors of #28CF0B
Black with #28CF0B
Text Example
Text Example
White with #28CF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CF0B; }
p { color: rgb(40,207,11); }
H1.HeaderClassName
{
color: #28CF0B;
}
.AnyTagClassName
{
color: #28CF0B;
}
</style>
background-color css
<style>
a { background-color: #28CF0B; }
a { background-color: rgb(40,207,11); }
div.DivClassName
{
background-color: #28CF0B;
}
.BgClassName
{
background-color: #28CF0B;
}
</style>
border-color css
<style>
span { border-color: #28CF0B; }
span { border-color: rgb(40,207,11); }
td.TdClassName
{
border-color: #28CF0B;
}
.TagClassName
{
border-color: #28CF0B;
}
</style>