Shades of Lime Green #2BFF3C
Tints of Lime Green #2BFF3C
RGB
CMYK
RGB Variations
Color information
#2BFF3C (or 0x2BFF3C) is known color: Lime Green. HEX triplet: 2B, FF and 3C. RGB value is (43,255,60). Sum of RGB (Red+Green+Blue) = 43+255+60=358 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.01% from 358); Green value is 255 (100% from 255 or 71.23% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFF3C is #D400C3. Grayscale: #A9A9A9. Windows color (decimal): -13893828 or 3997483. OLE color: 3997483.
HSL color Cylindrical-coordinate representation of color #2BFF3C: hue angle of 124.81º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFF3C is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 60 | - |
| CMYK | 0.83 | 0 | 0.76 | 0 |
| HSL | 124.81º | 1% | 0.58% | - |
| HSV(B) | 124.81º | 0.83% | 1% | - |
| XYZ | 37.57 | 72.36 | 16.26 | - |
| YUV | 169.38 | 66.26 | 37.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 60 | 0.83 | 0 | 0.76 | 0 | 124.81 | 1 | 0.58 |
| Hex | 2B | FF | 3C | 53 | 0 | 4C | 0 | 7D | 64 | 3A |
| Octal | 53 | 377 | 74 | 123 | 0 | 114 | 0 | 175 | 144 | 72 |
| Binary | 101011 | 11111111 | 111100 | 1010011 | 0 | 1001100 | 0 | 1111101 | 1100100 | 111010 |
Color Harmonies of #2BFF3C
Complementary color
Monochromatic Colors of #2BFF3C
Black with #2BFF3C
Text Example
Text Example
White with #2BFF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFF3C; }
p { color: rgb(43,255,60); }
H1.HeaderClassName
{
color: #2BFF3C;
}
.AnyTagClassName
{
color: #2BFF3C;
}
</style>
background-color css
<style>
a { background-color: #2BFF3C; }
a { background-color: rgb(43,255,60); }
div.DivClassName
{
background-color: #2BFF3C;
}
.BgClassName
{
background-color: #2BFF3C;
}
</style>
border-color css
<style>
span { border-color: #2BFF3C; }
span { border-color: rgb(43,255,60); }
td.TdClassName
{
border-color: #2BFF3C;
}
.TagClassName
{
border-color: #2BFF3C;
}
</style>