Shades of Lime Green #20CB1B
Tints of Lime Green #20CB1B
RGB
CMYK
RGB Variations
Color information
#20CB1B (or 0x20CB1B) is known color: Lime Green. HEX triplet: 20, CB and 1B. RGB value is (32,203,27). Sum of RGB (Red+Green+Blue) = 32+203+27=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 203 (79.69% from 255 or 77.48% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 203 - color contains mainly: green. Hex color #20CB1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CB1B is #DF34E4. Grayscale: #848484. Windows color (decimal): -14628069 or 1821472. OLE color: 1821472.
HSL color Cylindrical-coordinate representation of color #20CB1B: hue angle of 118.3º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20CB1B is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 203 | 27 | - |
| CMYK | 0.84 | 0 | 0.87 | 0.20 |
| HSL | 118.3º | 0.77% | 0.45% | - |
| HSV(B) | 118.3º | 0.87% | 0.8% | - |
| XYZ | 22.15 | 43.1 | 8.19 | - |
| YUV | 131.81 | 68.85 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 203 | 27 | 0.84 | 0 | 0.87 | 0.20 | 118.3 | 0.77 | 0.45 |
| Hex | 20 | CB | 1B | 54 | 0 | 57 | 14 | 76 | 4D | 2D |
| Octal | 40 | 313 | 33 | 124 | 0 | 127 | 24 | 166 | 115 | 55 |
| Binary | 100000 | 11001011 | 11011 | 1010100 | 0 | 1010111 | 10100 | 1110110 | 1001101 | 101101 |
Color Harmonies of #20CB1B
Complementary color
Monochromatic Colors of #20CB1B
Black with #20CB1B
Text Example
Text Example
White with #20CB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CB1B; }
p { color: rgb(32,203,27); }
H1.HeaderClassName
{
color: #20CB1B;
}
.AnyTagClassName
{
color: #20CB1B;
}
</style>
background-color css
<style>
a { background-color: #20CB1B; }
a { background-color: rgb(32,203,27); }
div.DivClassName
{
background-color: #20CB1B;
}
.BgClassName
{
background-color: #20CB1B;
}
</style>
border-color css
<style>
span { border-color: #20CB1B; }
span { border-color: rgb(32,203,27); }
td.TdClassName
{
border-color: #20CB1B;
}
.TagClassName
{
border-color: #20CB1B;
}
</style>