Shades of Lime Green #2BCD14
Tints of Lime Green #2BCD14
RGB
CMYK
RGB Variations
Color information
#2BCD14 (or 0x2BCD14) is known color: Lime Green. HEX triplet: 2B, CD and 14. RGB value is (43,205,20). Sum of RGB (Red+Green+Blue) = 43+205+20=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 205 (80.47% from 255 or 76.49% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 205 - color contains mainly: green. Hex color #2BCD14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BCD14 is #D432EB. Grayscale: #888888. Windows color (decimal): -13906668 or 1363243. OLE color: 1363243.
HSL color Cylindrical-coordinate representation of color #2BCD14: hue angle of 112.54º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2BCD14 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 205 | 20 | - |
| CMYK | 0.79 | 0 | 0.90 | 0.20 |
| HSL | 112.54º | 0.82% | 0.44% | - |
| HSV(B) | 112.54º | 0.9% | 0.8% | - |
| XYZ | 22.95 | 44.23 | 7.99 | - |
| YUV | 135.47 | 62.83 | 62.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 205 | 20 | 0.79 | 0 | 0.90 | 0.20 | 112.54 | 0.82 | 0.44 |
| Hex | 2B | CD | 14 | 4F | 0 | 5A | 14 | 71 | 52 | 2C |
| Octal | 53 | 315 | 24 | 117 | 0 | 132 | 24 | 161 | 122 | 54 |
| Binary | 101011 | 11001101 | 10100 | 1001111 | 0 | 1011010 | 10100 | 1110001 | 1010010 | 101100 |
Color Harmonies of #2BCD14
Complementary color
Monochromatic Colors of #2BCD14
Black with #2BCD14
Text Example
Text Example
White with #2BCD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCD14; }
p { color: rgb(43,205,20); }
H1.HeaderClassName
{
color: #2BCD14;
}
.AnyTagClassName
{
color: #2BCD14;
}
</style>
background-color css
<style>
a { background-color: #2BCD14; }
a { background-color: rgb(43,205,20); }
div.DivClassName
{
background-color: #2BCD14;
}
.BgClassName
{
background-color: #2BCD14;
}
</style>
border-color css
<style>
span { border-color: #2BCD14; }
span { border-color: rgb(43,205,20); }
td.TdClassName
{
border-color: #2BCD14;
}
.TagClassName
{
border-color: #2BCD14;
}
</style>