Shades of Lime Green #2FF93D
Tints of Lime Green #2FF93D
RGB
CMYK
RGB Variations
Color information
#2FF93D (or 0x2FF93D) is known color: Lime Green. HEX triplet: 2F, F9 and 3D. RGB value is (47,249,61). Sum of RGB (Red+Green+Blue) = 47+249+61=357 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.17% from 357); Green value is 249 (97.66% from 255 or 69.75% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF93D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF93D is #D006C2. Grayscale: #A7A7A7. Windows color (decimal): -13633219 or 4061487. OLE color: 4061487.
HSL color Cylindrical-coordinate representation of color #2FF93D: hue angle of 124.16º 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 #2FF93D is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 61 | - |
| CMYK | 0.81 | 0 | 0.76 | 0.02 |
| HSL | 124.16º | 0.94% | 0.58% | - |
| HSV(B) | 124.16º | 0.81% | 0.98% | - |
| XYZ | 35.89 | 68.69 | 15.78 | - |
| YUV | 167.17 | 68.08 | 42.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 61 | 0.81 | 0 | 0.76 | 0.02 | 124.16 | 0.94 | 0.58 |
| Hex | 2F | F9 | 3D | 51 | 0 | 4C | 2 | 7C | 5E | 3A |
| Octal | 57 | 371 | 75 | 121 | 0 | 114 | 2 | 174 | 136 | 72 |
| Binary | 101111 | 11111001 | 111101 | 1010001 | 0 | 1001100 | 10 | 1111100 | 1011110 | 111010 |
Color Harmonies of #2FF93D
Complementary color
Monochromatic Colors of #2FF93D
Black with #2FF93D
Text Example
Text Example
White with #2FF93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF93D; }
p { color: rgb(47,249,61); }
H1.HeaderClassName
{
color: #2FF93D;
}
.AnyTagClassName
{
color: #2FF93D;
}
</style>
background-color css
<style>
a { background-color: #2FF93D; }
a { background-color: rgb(47,249,61); }
div.DivClassName
{
background-color: #2FF93D;
}
.BgClassName
{
background-color: #2FF93D;
}
</style>
border-color css
<style>
span { border-color: #2FF93D; }
span { border-color: rgb(47,249,61); }
td.TdClassName
{
border-color: #2FF93D;
}
.TagClassName
{
border-color: #2FF93D;
}
</style>