Shades of Lime Green #2BCD1D
Tints of Lime Green #2BCD1D
RGB
CMYK
RGB Variations
Color information
#2BCD1D (or 0x2BCD1D) is known color: Lime Green. HEX triplet: 2B, CD and 1D. RGB value is (43,205,29). Sum of RGB (Red+Green+Blue) = 43+205+29=277 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.52% from 277); Green value is 205 (80.47% from 255 or 74.01% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 205 - color contains mainly: green. Hex color #2BCD1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BCD1D is #D432E2. Grayscale: #898989. Windows color (decimal): -13906659 or 1953067. OLE color: 1953067.
HSL color Cylindrical-coordinate representation of color #2BCD1D: hue angle of 115.23º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2BCD1D is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 205 | 29 | - |
| CMYK | 0.79 | 0 | 0.86 | 0.20 |
| HSL | 115.23º | 0.75% | 0.46% | - |
| HSV(B) | 115.23º | 0.86% | 0.8% | - |
| XYZ | 23.05 | 44.26 | 8.49 | - |
| YUV | 136.5 | 67.33 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 205 | 29 | 0.79 | 0 | 0.86 | 0.20 | 115.23 | 0.75 | 0.46 |
| Hex | 2B | CD | 1D | 4F | 0 | 56 | 14 | 73 | 4B | 2E |
| Octal | 53 | 315 | 35 | 117 | 0 | 126 | 24 | 163 | 113 | 56 |
| Binary | 101011 | 11001101 | 11101 | 1001111 | 0 | 1010110 | 10100 | 1110011 | 1001011 | 101110 |
Color Harmonies of #2BCD1D
Complementary color
Monochromatic Colors of #2BCD1D
Black with #2BCD1D
Text Example
Text Example
White with #2BCD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCD1D; }
p { color: rgb(43,205,29); }
H1.HeaderClassName
{
color: #2BCD1D;
}
.AnyTagClassName
{
color: #2BCD1D;
}
</style>
background-color css
<style>
a { background-color: #2BCD1D; }
a { background-color: rgb(43,205,29); }
div.DivClassName
{
background-color: #2BCD1D;
}
.BgClassName
{
background-color: #2BCD1D;
}
</style>
border-color css
<style>
span { border-color: #2BCD1D; }
span { border-color: rgb(43,205,29); }
td.TdClassName
{
border-color: #2BCD1D;
}
.TagClassName
{
border-color: #2BCD1D;
}
</style>