Shades of Lime Green #28CF08
Tints of Lime Green #28CF08
RGB
CMYK
RGB Variations
Color information
#28CF08 (or 0x28CF08) is known color: Lime Green. HEX triplet: 28, CF and 08. RGB value is (40,207,8). Sum of RGB (Red+Green+Blue) = 40+207+8=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 207 (81.25% from 255 or 81.18% from 255); Blue value is 8 (3.52% from 255 or 3.14% from 255); Max value from RGB is 207 - color contains mainly: green. Hex color #28CF08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28CF08 is #D730F7. Grayscale: #878787. Windows color (decimal): -14102776 or 577320. OLE color: 577320.
HSL color Cylindrical-coordinate representation of color #28CF08: hue angle of 110.35º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #28CF08 is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 207 | 8 | - |
| CMYK | 0.81 | 0 | 0.96 | 0.19 |
| HSL | 110.35º | 0.93% | 0.42% | - |
| HSV(B) | 110.35º | 0.96% | 0.81% | - |
| XYZ | 23.23 | 45.09 | 7.71 | - |
| YUV | 134.38 | 56.67 | 60.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 207 | 8 | 0.81 | 0 | 0.96 | 0.19 | 110.35 | 0.93 | 0.42 |
| Hex | 28 | CF | 8 | 51 | 0 | 60 | 13 | 6E | 5D | 2A |
| Octal | 50 | 317 | 10 | 121 | 0 | 140 | 23 | 156 | 135 | 52 |
| Binary | 101000 | 11001111 | 1000 | 1010001 | 0 | 1100000 | 10011 | 1101110 | 1011101 | 101010 |
Color Harmonies of #28CF08
Complementary color
Monochromatic Colors of #28CF08
Black with #28CF08
Text Example
Text Example
White with #28CF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CF08; }
p { color: rgb(40,207,8); }
H1.HeaderClassName
{
color: #28CF08;
}
.AnyTagClassName
{
color: #28CF08;
}
</style>
background-color css
<style>
a { background-color: #28CF08; }
a { background-color: rgb(40,207,8); }
div.DivClassName
{
background-color: #28CF08;
}
.BgClassName
{
background-color: #28CF08;
}
</style>
border-color css
<style>
span { border-color: #28CF08; }
span { border-color: rgb(40,207,8); }
td.TdClassName
{
border-color: #28CF08;
}
.TagClassName
{
border-color: #28CF08;
}
</style>