Shades of Lime Green #2FF23A
Tints of Lime Green #2FF23A
RGB
CMYK
RGB Variations
Color information
#2FF23A (or 0x2FF23A) is known color: Lime Green. HEX triplet: 2F, F2 and 3A. RGB value is (47,242,58). Sum of RGB (Red+Green+Blue) = 47+242+58=347 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.54% from 347); Green value is 242 (94.92% from 255 or 69.74% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF23A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF23A is #D00DC5. Grayscale: #A3A3A3. Windows color (decimal): -13635014 or 3863087. OLE color: 3863087.
HSL color Cylindrical-coordinate representation of color #2FF23A: hue angle of 123.38º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF23A is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 242 | 58 | - |
| CMYK | 0.81 | 0 | 0.76 | 0.05 |
| HSL | 123.38º | 0.88% | 0.57% | - |
| HSV(B) | 123.38º | 0.81% | 0.95% | - |
| XYZ | 33.69 | 64.41 | 14.66 | - |
| YUV | 162.72 | 68.9 | 45.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 242 | 58 | 0.81 | 0 | 0.76 | 0.05 | 123.38 | 0.88 | 0.57 |
| Hex | 2F | F2 | 3A | 51 | 0 | 4C | 5 | 7B | 58 | 39 |
| Octal | 57 | 362 | 72 | 121 | 0 | 114 | 5 | 173 | 130 | 71 |
| Binary | 101111 | 11110010 | 111010 | 1010001 | 0 | 1001100 | 101 | 1111011 | 1011000 | 111001 |
Color Harmonies of #2FF23A
Complementary color
Monochromatic Colors of #2FF23A
Black with #2FF23A
Text Example
Text Example
White with #2FF23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF23A; }
p { color: rgb(47,242,58); }
H1.HeaderClassName
{
color: #2FF23A;
}
.AnyTagClassName
{
color: #2FF23A;
}
</style>
background-color css
<style>
a { background-color: #2FF23A; }
a { background-color: rgb(47,242,58); }
div.DivClassName
{
background-color: #2FF23A;
}
.BgClassName
{
background-color: #2FF23A;
}
</style>
border-color css
<style>
span { border-color: #2FF23A; }
span { border-color: rgb(47,242,58); }
td.TdClassName
{
border-color: #2FF23A;
}
.TagClassName
{
border-color: #2FF23A;
}
</style>