Shades of Lime Green #2FF123
Tints of Lime Green #2FF123
RGB
CMYK
RGB Variations
Color information
#2FF123 (or 0x2FF123) is known color: Lime Green. HEX triplet: 2F, F1 and 23. RGB value is (47,241,35). Sum of RGB (Red+Green+Blue) = 47+241+35=323 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.55% from 323); Green value is 241 (94.53% from 255 or 74.61% from 323); Blue value is 35 (14.06% from 255 or 10.84% from 323); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF123 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF123 is #D00EDC. Grayscale: #A0A0A0. Windows color (decimal): -13635293 or 2355503. OLE color: 2355503.
HSL color Cylindrical-coordinate representation of color #2FF123: hue angle of 116.5º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2FF123 is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 241 | 35 | - |
| CMYK | 0.80 | 0 | 0.85 | 0.05 |
| HSL | 116.5º | 0.88% | 0.54% | - |
| HSV(B) | 116.5º | 0.85% | 0.95% | - |
| XYZ | 32.93 | 63.64 | 12.14 | - |
| YUV | 159.51 | 57.73 | 47.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 241 | 35 | 0.80 | 0 | 0.85 | 0.05 | 116.5 | 0.88 | 0.54 |
| Hex | 2F | F1 | 23 | 50 | 0 | 55 | 5 | 75 | 58 | 36 |
| Octal | 57 | 361 | 43 | 120 | 0 | 125 | 5 | 165 | 130 | 66 |
| Binary | 101111 | 11110001 | 100011 | 1010000 | 0 | 1010101 | 101 | 1110101 | 1011000 | 110110 |
Color Harmonies of #2FF123
Complementary color
Monochromatic Colors of #2FF123
Black with #2FF123
Text Example
Text Example
White with #2FF123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF123; }
p { color: rgb(47,241,35); }
H1.HeaderClassName
{
color: #2FF123;
}
.AnyTagClassName
{
color: #2FF123;
}
</style>
background-color css
<style>
a { background-color: #2FF123; }
a { background-color: rgb(47,241,35); }
div.DivClassName
{
background-color: #2FF123;
}
.BgClassName
{
background-color: #2FF123;
}
</style>
border-color css
<style>
span { border-color: #2FF123; }
span { border-color: rgb(47,241,35); }
td.TdClassName
{
border-color: #2FF123;
}
.TagClassName
{
border-color: #2FF123;
}
</style>