Shades of Lime Green #2BFB3C
Tints of Lime Green #2BFB3C
RGB
CMYK
RGB Variations
Color information
#2BFB3C (or 0x2BFB3C) is known color: Lime Green. HEX triplet: 2B, FB and 3C. RGB value is (43,251,60). Sum of RGB (Red+Green+Blue) = 43+251+60=354 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.15% from 354); Green value is 251 (98.44% from 255 or 70.90% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 251 - color contains mainly: green. Hex color #2BFB3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFB3C is #D404C3. Grayscale: #A7A7A7. Windows color (decimal): -13894852 or 3996459. OLE color: 3996459.
HSL color Cylindrical-coordinate representation of color #2BFB3C: hue angle of 124.9º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFB3C is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 251 | 60 | - |
| CMYK | 0.83 | 0 | 0.76 | 0.02 |
| HSL | 124.9º | 0.96% | 0.58% | - |
| HSV(B) | 124.9º | 0.83% | 0.98% | - |
| XYZ | 36.31 | 69.83 | 15.84 | - |
| YUV | 167.03 | 67.59 | 39.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 251 | 60 | 0.83 | 0 | 0.76 | 0.02 | 124.9 | 0.96 | 0.58 |
| Hex | 2B | FB | 3C | 53 | 0 | 4C | 2 | 7D | 60 | 3A |
| Octal | 53 | 373 | 74 | 123 | 0 | 114 | 2 | 175 | 140 | 72 |
| Binary | 101011 | 11111011 | 111100 | 1010011 | 0 | 1001100 | 10 | 1111101 | 1100000 | 111010 |
Color Harmonies of #2BFB3C
Complementary color
Monochromatic Colors of #2BFB3C
Black with #2BFB3C
Text Example
Text Example
White with #2BFB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFB3C; }
p { color: rgb(43,251,60); }
H1.HeaderClassName
{
color: #2BFB3C;
}
.AnyTagClassName
{
color: #2BFB3C;
}
</style>
background-color css
<style>
a { background-color: #2BFB3C; }
a { background-color: rgb(43,251,60); }
div.DivClassName
{
background-color: #2BFB3C;
}
.BgClassName
{
background-color: #2BFB3C;
}
</style>
border-color css
<style>
span { border-color: #2BFB3C; }
span { border-color: rgb(43,251,60); }
td.TdClassName
{
border-color: #2BFB3C;
}
.TagClassName
{
border-color: #2BFB3C;
}
</style>