Shades of Lime Green #2BCE38
Tints of Lime Green #2BCE38
RGB
CMYK
RGB Variations
Color information
#2BCE38 (or 0x2BCE38) is known color: Lime Green. HEX triplet: 2B, CE and 38. RGB value is (43,206,56). Sum of RGB (Red+Green+Blue) = 43+206+56=305 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.10% from 305); Green value is 206 (80.86% from 255 or 67.54% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 206 - color contains mainly: green. Hex color #2BCE38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BCE38 is #D431C7. Grayscale: #8C8C8C. Windows color (decimal): -13906376 or 3722795. OLE color: 3722795.
HSL color Cylindrical-coordinate representation of color #2BCE38: hue angle of 124.79º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCE38 is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 206 | 56 | - |
| CMYK | 0.79 | 0 | 0.73 | 0.19 |
| HSL | 124.79º | 0.65% | 0.49% | - |
| HSV(B) | 124.79º | 0.79% | 0.81% | - |
| XYZ | 23.78 | 44.94 | 11.16 | - |
| YUV | 140.16 | 80.5 | 58.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 206 | 56 | 0.79 | 0 | 0.73 | 0.19 | 124.79 | 0.65 | 0.49 |
| Hex | 2B | CE | 38 | 4F | 0 | 49 | 13 | 7D | 41 | 31 |
| Octal | 53 | 316 | 70 | 117 | 0 | 111 | 23 | 175 | 101 | 61 |
| Binary | 101011 | 11001110 | 111000 | 1001111 | 0 | 1001001 | 10011 | 1111101 | 1000001 | 110001 |
Color Harmonies of #2BCE38
Complementary color
Monochromatic Colors of #2BCE38
Black with #2BCE38
Text Example
Text Example
White with #2BCE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCE38; }
p { color: rgb(43,206,56); }
H1.HeaderClassName
{
color: #2BCE38;
}
.AnyTagClassName
{
color: #2BCE38;
}
</style>
background-color css
<style>
a { background-color: #2BCE38; }
a { background-color: rgb(43,206,56); }
div.DivClassName
{
background-color: #2BCE38;
}
.BgClassName
{
background-color: #2BCE38;
}
</style>
border-color css
<style>
span { border-color: #2BCE38; }
span { border-color: rgb(43,206,56); }
td.TdClassName
{
border-color: #2BCE38;
}
.TagClassName
{
border-color: #2BCE38;
}
</style>