Shades of Lime Green #2FF93E
Tints of Lime Green #2FF93E
RGB
CMYK
RGB Variations
Color information
#2FF93E (or 0x2FF93E) is known color: Lime Green. HEX triplet: 2F, F9 and 3E. RGB value is (47,249,62). Sum of RGB (Red+Green+Blue) = 47+249+62=358 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.13% from 358); Green value is 249 (97.66% from 255 or 69.55% from 358); Blue value is 62 (24.61% from 255 or 17.32% from 358); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF93E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF93E is #D006C1. Grayscale: #A7A7A7. Windows color (decimal): -13633218 or 4127023. OLE color: 4127023.
HSL color Cylindrical-coordinate representation of color #2FF93E: hue angle of 124.46º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF93E is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 62 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.02 |
| HSL | 124.46º | 0.94% | 0.58% | - |
| HSV(B) | 124.46º | 0.81% | 0.98% | - |
| XYZ | 35.92 | 68.7 | 15.93 | - |
| YUV | 167.28 | 68.58 | 42.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 62 | 0.81 | 0 | 0.75 | 0.02 | 124.46 | 0.94 | 0.58 |
| Hex | 2F | F9 | 3E | 51 | 0 | 4B | 2 | 7C | 5E | 3A |
| Octal | 57 | 371 | 76 | 121 | 0 | 113 | 2 | 174 | 136 | 72 |
| Binary | 101111 | 11111001 | 111110 | 1010001 | 0 | 1001011 | 10 | 1111100 | 1011110 | 111010 |
Color Harmonies of #2FF93E
Complementary color
Monochromatic Colors of #2FF93E
Black with #2FF93E
Text Example
Text Example
White with #2FF93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF93E; }
p { color: rgb(47,249,62); }
H1.HeaderClassName
{
color: #2FF93E;
}
.AnyTagClassName
{
color: #2FF93E;
}
</style>
background-color css
<style>
a { background-color: #2FF93E; }
a { background-color: rgb(47,249,62); }
div.DivClassName
{
background-color: #2FF93E;
}
.BgClassName
{
background-color: #2FF93E;
}
</style>
border-color css
<style>
span { border-color: #2FF93E; }
span { border-color: rgb(47,249,62); }
td.TdClassName
{
border-color: #2FF93E;
}
.TagClassName
{
border-color: #2FF93E;
}
</style>