Shades of Lime Green #20CF2D
Tints of Lime Green #20CF2D
RGB
CMYK
RGB Variations
Color information
#20CF2D (or 0x20CF2D) is known color: Lime Green. HEX triplet: 20, CF and 2D. RGB value is (32,207,45). Sum of RGB (Red+Green+Blue) = 32+207+45=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 207 (81.25% from 255 or 72.89% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 207 - color contains mainly: green. Hex color #20CF2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CF2D is #DF30D2. Grayscale: #888888. Windows color (decimal): -14627027 or 3002144. OLE color: 3002144.
HSL color Cylindrical-coordinate representation of color #20CF2D: hue angle of 124.46º 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 #20CF2D is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 207 | 45 | - |
| CMYK | 0.85 | 0 | 0.78 | 0.19 |
| HSL | 124.46º | 0.73% | 0.47% | - |
| HSV(B) | 124.46º | 0.85% | 0.81% | - |
| XYZ | 23.38 | 45.12 | 9.96 | - |
| YUV | 136.21 | 76.52 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 207 | 45 | 0.85 | 0 | 0.78 | 0.19 | 124.46 | 0.73 | 0.47 |
| Hex | 20 | CF | 2D | 55 | 0 | 4E | 13 | 7C | 49 | 2F |
| Octal | 40 | 317 | 55 | 125 | 0 | 116 | 23 | 174 | 111 | 57 |
| Binary | 100000 | 11001111 | 101101 | 1010101 | 0 | 1001110 | 10011 | 1111100 | 1001001 | 101111 |
Color Harmonies of #20CF2D
Complementary color
Monochromatic Colors of #20CF2D
Black with #20CF2D
Text Example
Text Example
White with #20CF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CF2D; }
p { color: rgb(32,207,45); }
H1.HeaderClassName
{
color: #20CF2D;
}
.AnyTagClassName
{
color: #20CF2D;
}
</style>
background-color css
<style>
a { background-color: #20CF2D; }
a { background-color: rgb(32,207,45); }
div.DivClassName
{
background-color: #20CF2D;
}
.BgClassName
{
background-color: #20CF2D;
}
</style>
border-color css
<style>
span { border-color: #20CF2D; }
span { border-color: rgb(32,207,45); }
td.TdClassName
{
border-color: #20CF2D;
}
.TagClassName
{
border-color: #20CF2D;
}
</style>