Shades of Lime Green #2FF83C
Tints of Lime Green #2FF83C
RGB
CMYK
RGB Variations
Color information
#2FF83C (or 0x2FF83C) is known color: Lime Green. HEX triplet: 2F, F8 and 3C. RGB value is (47,248,60). Sum of RGB (Red+Green+Blue) = 47+248+60=355 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.24% from 355); Green value is 248 (97.27% from 255 or 69.86% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 248 - color contains mainly: green. Hex color #2FF83C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF83C is #D007C3. Grayscale: #A7A7A7. Windows color (decimal): -13633476 or 3995695. OLE color: 3995695.
HSL color Cylindrical-coordinate representation of color #2FF83C: hue angle of 123.88º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF83C is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 248 | 60 | - |
| CMYK | 0.81 | 0 | 0.76 | 0.03 |
| HSL | 123.88º | 0.93% | 0.58% | - |
| HSV(B) | 123.88º | 0.81% | 0.97% | - |
| XYZ | 35.56 | 68.07 | 15.54 | - |
| YUV | 166.47 | 67.91 | 42.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 248 | 60 | 0.81 | 0 | 0.76 | 0.03 | 123.88 | 0.93 | 0.58 |
| Hex | 2F | F8 | 3C | 51 | 0 | 4C | 3 | 7C | 5D | 3A |
| Octal | 57 | 370 | 74 | 121 | 0 | 114 | 3 | 174 | 135 | 72 |
| Binary | 101111 | 11111000 | 111100 | 1010001 | 0 | 1001100 | 11 | 1111100 | 1011101 | 111010 |
Color Harmonies of #2FF83C
Complementary color
Monochromatic Colors of #2FF83C
Black with #2FF83C
Text Example
Text Example
White with #2FF83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF83C; }
p { color: rgb(47,248,60); }
H1.HeaderClassName
{
color: #2FF83C;
}
.AnyTagClassName
{
color: #2FF83C;
}
</style>
background-color css
<style>
a { background-color: #2FF83C; }
a { background-color: rgb(47,248,60); }
div.DivClassName
{
background-color: #2FF83C;
}
.BgClassName
{
background-color: #2FF83C;
}
</style>
border-color css
<style>
span { border-color: #2FF83C; }
span { border-color: rgb(47,248,60); }
td.TdClassName
{
border-color: #2FF83C;
}
.TagClassName
{
border-color: #2FF83C;
}
</style>