Shades of Lime Green #2FE63A
Tints of Lime Green #2FE63A
RGB
CMYK
RGB Variations
Color information
#2FE63A (or 0x2FE63A) is known color: Lime Green. HEX triplet: 2F, E6 and 3A. RGB value is (47,230,58). Sum of RGB (Red+Green+Blue) = 47+230+58=335 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.03% from 335); Green value is 230 (90.23% from 255 or 68.66% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 230 - color contains mainly: green. Hex color #2FE63A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FE63A is #D019C5. Grayscale: #9C9C9C. Windows color (decimal): -13638086 or 3860015. OLE color: 3860015.
HSL color Cylindrical-coordinate representation of color #2FE63A: hue angle of 123.61º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE63A is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 230 | 58 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.10 |
| HSL | 123.61º | 0.79% | 0.54% | - |
| HSV(B) | 123.61º | 0.8% | 0.9% | - |
| XYZ | 30.23 | 57.5 | 13.51 | - |
| YUV | 155.68 | 72.87 | 50.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 230 | 58 | 0.80 | 0 | 0.75 | 0.10 | 123.61 | 0.79 | 0.54 |
| Hex | 2F | E6 | 3A | 50 | 0 | 4B | A | 7C | 4F | 36 |
| Octal | 57 | 346 | 72 | 120 | 0 | 113 | 12 | 174 | 117 | 66 |
| Binary | 101111 | 11100110 | 111010 | 1010000 | 0 | 1001011 | 1010 | 1111100 | 1001111 | 110110 |
Color Harmonies of #2FE63A
Complementary color
Monochromatic Colors of #2FE63A
Black with #2FE63A
Text Example
Text Example
White with #2FE63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE63A; }
p { color: rgb(47,230,58); }
H1.HeaderClassName
{
color: #2FE63A;
}
.AnyTagClassName
{
color: #2FE63A;
}
</style>
background-color css
<style>
a { background-color: #2FE63A; }
a { background-color: rgb(47,230,58); }
div.DivClassName
{
background-color: #2FE63A;
}
.BgClassName
{
background-color: #2FE63A;
}
</style>
border-color css
<style>
span { border-color: #2FE63A; }
span { border-color: rgb(47,230,58); }
td.TdClassName
{
border-color: #2FE63A;
}
.TagClassName
{
border-color: #2FE63A;
}
</style>