Shades of Lime Green #20CB27
Tints of Lime Green #20CB27
RGB
CMYK
RGB Variations
Color information
#20CB27 (or 0x20CB27) is known color: Lime Green. HEX triplet: 20, CB and 27. RGB value is (32,203,39). Sum of RGB (Red+Green+Blue) = 32+203+39=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 203 (79.69% from 255 or 74.09% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 203 - color contains mainly: green. Hex color #20CB27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CB27 is #DF34D8. Grayscale: #858585. Windows color (decimal): -14628057 or 2607904. OLE color: 2607904.
HSL color Cylindrical-coordinate representation of color #20CB27: hue angle of 122.46º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CB27 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 203 | 39 | - |
| CMYK | 0.84 | 0 | 0.81 | 0.20 |
| HSL | 122.46º | 0.73% | 0.46% | - |
| HSV(B) | 122.46º | 0.84% | 0.8% | - |
| XYZ | 22.32 | 43.17 | 9.07 | - |
| YUV | 133.18 | 74.85 | 55.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 203 | 39 | 0.84 | 0 | 0.81 | 0.20 | 122.46 | 0.73 | 0.46 |
| Hex | 20 | CB | 27 | 54 | 0 | 51 | 14 | 7A | 49 | 2E |
| Octal | 40 | 313 | 47 | 124 | 0 | 121 | 24 | 172 | 111 | 56 |
| Binary | 100000 | 11001011 | 100111 | 1010100 | 0 | 1010001 | 10100 | 1111010 | 1001001 | 101110 |
Color Harmonies of #20CB27
Complementary color
Monochromatic Colors of #20CB27
Black with #20CB27
Text Example
Text Example
White with #20CB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CB27; }
p { color: rgb(32,203,39); }
H1.HeaderClassName
{
color: #20CB27;
}
.AnyTagClassName
{
color: #20CB27;
}
</style>
background-color css
<style>
a { background-color: #20CB27; }
a { background-color: rgb(32,203,39); }
div.DivClassName
{
background-color: #20CB27;
}
.BgClassName
{
background-color: #20CB27;
}
</style>
border-color css
<style>
span { border-color: #20CB27; }
span { border-color: rgb(32,203,39); }
td.TdClassName
{
border-color: #20CB27;
}
.TagClassName
{
border-color: #20CB27;
}
</style>