Shades of Lime Green #20CF2B
Tints of Lime Green #20CF2B
RGB
CMYK
RGB Variations
Color information
#20CF2B (or 0x20CF2B) is known color: Lime Green. HEX triplet: 20, CF and 2B. RGB value is (32,207,43). Sum of RGB (Red+Green+Blue) = 32+207+43=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 207 (81.25% from 255 or 73.40% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 207 - color contains mainly: green. Hex color #20CF2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CF2B is #DF30D4. Grayscale: #888888. Windows color (decimal): -14627029 or 2871072. OLE color: 2871072.
HSL color Cylindrical-coordinate representation of color #20CF2B: hue angle of 123.77º 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 #20CF2B is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 207 | 43 | - |
| CMYK | 0.85 | 0 | 0.79 | 0.19 |
| HSL | 123.77º | 0.73% | 0.47% | - |
| HSV(B) | 123.77º | 0.85% | 0.81% | - |
| XYZ | 23.34 | 45.11 | 9.76 | - |
| YUV | 135.98 | 75.52 | 53.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 207 | 43 | 0.85 | 0 | 0.79 | 0.19 | 123.77 | 0.73 | 0.47 |
| Hex | 20 | CF | 2B | 55 | 0 | 4F | 13 | 7C | 49 | 2F |
| Octal | 40 | 317 | 53 | 125 | 0 | 117 | 23 | 174 | 111 | 57 |
| Binary | 100000 | 11001111 | 101011 | 1010101 | 0 | 1001111 | 10011 | 1111100 | 1001001 | 101111 |
Color Harmonies of #20CF2B
Complementary color
Monochromatic Colors of #20CF2B
Black with #20CF2B
Text Example
Text Example
White with #20CF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CF2B; }
p { color: rgb(32,207,43); }
H1.HeaderClassName
{
color: #20CF2B;
}
.AnyTagClassName
{
color: #20CF2B;
}
</style>
background-color css
<style>
a { background-color: #20CF2B; }
a { background-color: rgb(32,207,43); }
div.DivClassName
{
background-color: #20CF2B;
}
.BgClassName
{
background-color: #20CF2B;
}
</style>
border-color css
<style>
span { border-color: #20CF2B; }
span { border-color: rgb(32,207,43); }
td.TdClassName
{
border-color: #20CF2B;
}
.TagClassName
{
border-color: #20CF2B;
}
</style>