Shades of Lime Green #2BF63D
Tints of Lime Green #2BF63D
RGB
CMYK
RGB Variations
Color information
#2BF63D (or 0x2BF63D) is known color: Lime Green. HEX triplet: 2B, F6 and 3D. RGB value is (43,246,61). Sum of RGB (Red+Green+Blue) = 43+246+61=350 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.29% from 350); Green value is 246 (96.48% from 255 or 70.29% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 246 - color contains mainly: green. Hex color #2BF63D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF63D is #D409C2. Grayscale: #A4A4A4. Windows color (decimal): -13896131 or 4060715. OLE color: 4060715.
HSL color Cylindrical-coordinate representation of color #2BF63D: hue angle of 125.32º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BF63D is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 43 | 246 | 61 | - |
| CMYK | 0.83 | 0 | 0.75 | 0.04 |
| HSL | 125.32º | 0.92% | 0.57% | - |
| HSV(B) | 125.32º | 0.83% | 0.96% | - |
| XYZ | 34.79 | 66.76 | 15.47 | - |
| YUV | 164.21 | 69.75 | 41.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 246 | 61 | 0.83 | 0 | 0.75 | 0.04 | 125.32 | 0.92 | 0.57 |
| Hex | 2B | F6 | 3D | 53 | 0 | 4B | 4 | 7D | 5C | 39 |
| Octal | 53 | 366 | 75 | 123 | 0 | 113 | 4 | 175 | 134 | 71 |
| Binary | 101011 | 11110110 | 111101 | 1010011 | 0 | 1001011 | 100 | 1111101 | 1011100 | 111001 |
Color Harmonies of #2BF63D
Complementary color
Monochromatic Colors of #2BF63D
Black with #2BF63D
Text Example
Text Example
White with #2BF63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF63D; }
p { color: rgb(43,246,61); }
H1.HeaderClassName
{
color: #2BF63D;
}
.AnyTagClassName
{
color: #2BF63D;
}
</style>
background-color css
<style>
a { background-color: #2BF63D; }
a { background-color: rgb(43,246,61); }
div.DivClassName
{
background-color: #2BF63D;
}
.BgClassName
{
background-color: #2BF63D;
}
</style>
border-color css
<style>
span { border-color: #2BF63D; }
span { border-color: rgb(43,246,61); }
td.TdClassName
{
border-color: #2BF63D;
}
.TagClassName
{
border-color: #2BF63D;
}
</style>