Shades of Lime Green #2BFC34
Tints of Lime Green #2BFC34
RGB
CMYK
RGB Variations
Color information
#2BFC34 (or 0x2BFC34) is known color: Lime Green. HEX triplet: 2B, FC and 34. RGB value is (43,252,52). Sum of RGB (Red+Green+Blue) = 43+252+52=347 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.39% from 347); Green value is 252 (98.83% from 255 or 72.62% from 347); Blue value is 52 (20.70% from 255 or 14.99% from 347); Max value from RGB is 252 - color contains mainly: green. Hex color #2BFC34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFC34 is #D403CB. Grayscale: #A7A7A7. Windows color (decimal): -13894604 or 3472427. OLE color: 3472427.
HSL color Cylindrical-coordinate representation of color #2BFC34: hue angle of 122.58º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFC34 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 252 | 52 | - |
| CMYK | 0.83 | 0 | 0.79 | 0.01 |
| HSL | 122.58º | 0.97% | 0.58% | - |
| HSV(B) | 122.58º | 0.83% | 0.99% | - |
| XYZ | 36.43 | 70.38 | 14.91 | - |
| YUV | 166.71 | 63.26 | 39.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 252 | 52 | 0.83 | 0 | 0.79 | 0.01 | 122.58 | 0.97 | 0.58 |
| Hex | 2B | FC | 34 | 53 | 0 | 4F | 1 | 7B | 61 | 3A |
| Octal | 53 | 374 | 64 | 123 | 0 | 117 | 1 | 173 | 141 | 72 |
| Binary | 101011 | 11111100 | 110100 | 1010011 | 0 | 1001111 | 1 | 1111011 | 1100001 | 111010 |
Color Harmonies of #2BFC34
Complementary color
Monochromatic Colors of #2BFC34
Black with #2BFC34
Text Example
Text Example
White with #2BFC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFC34; }
p { color: rgb(43,252,52); }
H1.HeaderClassName
{
color: #2BFC34;
}
.AnyTagClassName
{
color: #2BFC34;
}
</style>
background-color css
<style>
a { background-color: #2BFC34; }
a { background-color: rgb(43,252,52); }
div.DivClassName
{
background-color: #2BFC34;
}
.BgClassName
{
background-color: #2BFC34;
}
</style>
border-color css
<style>
span { border-color: #2BFC34; }
span { border-color: rgb(43,252,52); }
td.TdClassName
{
border-color: #2BFC34;
}
.TagClassName
{
border-color: #2BFC34;
}
</style>