Shades of Lime Green #20CF28
Tints of Lime Green #20CF28
RGB
CMYK
RGB Variations
Color information
#20CF28 (or 0x20CF28) is known color: Lime Green. HEX triplet: 20, CF and 28. RGB value is (32,207,40). Sum of RGB (Red+Green+Blue) = 32+207+40=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 207 (81.25% from 255 or 74.19% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 207 - color contains mainly: green. Hex color #20CF28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CF28 is #DF30D7. Grayscale: #888888. Windows color (decimal): -14627032 or 2674464. OLE color: 2674464.
HSL color Cylindrical-coordinate representation of color #20CF28: hue angle of 122.74º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20CF28 is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 207 | 40 | - |
| CMYK | 0.85 | 0 | 0.81 | 0.19 |
| HSL | 122.74º | 0.73% | 0.47% | - |
| HSV(B) | 122.74º | 0.85% | 0.81% | - |
| XYZ | 23.29 | 45.09 | 9.48 | - |
| YUV | 135.64 | 74.02 | 54.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 207 | 40 | 0.85 | 0 | 0.81 | 0.19 | 122.74 | 0.73 | 0.47 |
| Hex | 20 | CF | 28 | 55 | 0 | 51 | 13 | 7B | 49 | 2F |
| Octal | 40 | 317 | 50 | 125 | 0 | 121 | 23 | 173 | 111 | 57 |
| Binary | 100000 | 11001111 | 101000 | 1010101 | 0 | 1010001 | 10011 | 1111011 | 1001001 | 101111 |
Color Harmonies of #20CF28
Complementary color
Monochromatic Colors of #20CF28
Black with #20CF28
Text Example
Text Example
White with #20CF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CF28; }
p { color: rgb(32,207,40); }
H1.HeaderClassName
{
color: #20CF28;
}
.AnyTagClassName
{
color: #20CF28;
}
</style>
background-color css
<style>
a { background-color: #20CF28; }
a { background-color: rgb(32,207,40); }
div.DivClassName
{
background-color: #20CF28;
}
.BgClassName
{
background-color: #20CF28;
}
</style>
border-color css
<style>
span { border-color: #20CF28; }
span { border-color: rgb(32,207,40); }
td.TdClassName
{
border-color: #20CF28;
}
.TagClassName
{
border-color: #20CF28;
}
</style>