Shades of Lime Green #2BCD4B
Tints of Lime Green #2BCD4B
RGB
CMYK
RGB Variations
Color information
#2BCD4B (or 0x2BCD4B) is known color: Lime Green. HEX triplet: 2B, CD and 4B. RGB value is (43,205,75). Sum of RGB (Red+Green+Blue) = 43+205+75=323 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.31% from 323); Green value is 205 (80.47% from 255 or 63.47% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 205 - color contains mainly: green. Hex color #2BCD4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BCD4B is #D432B4. Grayscale: #8E8E8E. Windows color (decimal): -13906613 or 4967723. OLE color: 4967723.
HSL color Cylindrical-coordinate representation of color #2BCD4B: hue angle of 131.85º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCD4B is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 205 | 75 | - |
| CMYK | 0.79 | 0 | 0.63 | 0.20 |
| HSL | 131.85º | 0.65% | 0.49% | - |
| HSV(B) | 131.85º | 0.79% | 0.8% | - |
| XYZ | 24.1 | 44.68 | 14.01 | - |
| YUV | 141.74 | 90.33 | 57.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 205 | 75 | 0.79 | 0 | 0.63 | 0.20 | 131.85 | 0.65 | 0.49 |
| Hex | 2B | CD | 4B | 4F | 0 | 3F | 14 | 84 | 41 | 31 |
| Octal | 53 | 315 | 113 | 117 | 0 | 77 | 24 | 204 | 101 | 61 |
| Binary | 101011 | 11001101 | 1001011 | 1001111 | 0 | 111111 | 10100 | 10000100 | 1000001 | 110001 |
Color Harmonies of #2BCD4B
Complementary color
Monochromatic Colors of #2BCD4B
Black with #2BCD4B
Text Example
Text Example
White with #2BCD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCD4B; }
p { color: rgb(43,205,75); }
H1.HeaderClassName
{
color: #2BCD4B;
}
.AnyTagClassName
{
color: #2BCD4B;
}
</style>
background-color css
<style>
a { background-color: #2BCD4B; }
a { background-color: rgb(43,205,75); }
div.DivClassName
{
background-color: #2BCD4B;
}
.BgClassName
{
background-color: #2BCD4B;
}
</style>
border-color css
<style>
span { border-color: #2BCD4B; }
span { border-color: rgb(43,205,75); }
td.TdClassName
{
border-color: #2BCD4B;
}
.TagClassName
{
border-color: #2BCD4B;
}
</style>