Shades of Lime Green #2BF334
Tints of Lime Green #2BF334
RGB
CMYK
RGB Variations
Color information
#2BF334 (or 0x2BF334) is known color: Lime Green. HEX triplet: 2B, F3 and 34. RGB value is (43,243,52). Sum of RGB (Red+Green+Blue) = 43+243+52=338 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.72% from 338); Green value is 243 (95.31% from 255 or 71.89% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 243 - color contains mainly: green. Hex color #2BF334 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF334 is #D40CCB. Grayscale: #A1A1A1. Windows color (decimal): -13896908 or 3470123. OLE color: 3470123.
HSL color Cylindrical-coordinate representation of color #2BF334: hue angle of 122.7º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BF334 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 43 | 243 | 52 | - |
| CMYK | 0.82 | 0 | 0.79 | 0.05 |
| HSL | 122.7º | 0.89% | 0.56% | - |
| HSV(B) | 122.7º | 0.82% | 0.95% | - |
| XYZ | 33.67 | 64.86 | 13.99 | - |
| YUV | 161.43 | 66.24 | 43.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 243 | 52 | 0.82 | 0 | 0.79 | 0.05 | 122.7 | 0.89 | 0.56 |
| Hex | 2B | F3 | 34 | 52 | 0 | 4F | 5 | 7B | 59 | 38 |
| Octal | 53 | 363 | 64 | 122 | 0 | 117 | 5 | 173 | 131 | 70 |
| Binary | 101011 | 11110011 | 110100 | 1010010 | 0 | 1001111 | 101 | 1111011 | 1011001 | 111000 |
Color Harmonies of #2BF334
Complementary color
Monochromatic Colors of #2BF334
Black with #2BF334
Text Example
Text Example
White with #2BF334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF334; }
p { color: rgb(43,243,52); }
H1.HeaderClassName
{
color: #2BF334;
}
.AnyTagClassName
{
color: #2BF334;
}
</style>
background-color css
<style>
a { background-color: #2BF334; }
a { background-color: rgb(43,243,52); }
div.DivClassName
{
background-color: #2BF334;
}
.BgClassName
{
background-color: #2BF334;
}
</style>
border-color css
<style>
span { border-color: #2BF334; }
span { border-color: rgb(43,243,52); }
td.TdClassName
{
border-color: #2BF334;
}
.TagClassName
{
border-color: #2BF334;
}
</style>