Shades of Lime Green #2FF92A
Tints of Lime Green #2FF92A
RGB
CMYK
RGB Variations
Color information
#2FF92A (or 0x2FF92A) is known color: Lime Green. HEX triplet: 2F, F9 and 2A. RGB value is (47,249,42). Sum of RGB (Red+Green+Blue) = 47+249+42=338 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.91% from 338); Green value is 249 (97.66% from 255 or 73.67% from 338); Blue value is 42 (16.80% from 255 or 12.43% from 338); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF92A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF92A is #D006D5. Grayscale: #A5A5A5. Windows color (decimal): -13633238 or 2816303. OLE color: 2816303.
HSL color Cylindrical-coordinate representation of color #2FF92A: hue angle of 118.55º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2FF92A is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 42 | - |
| CMYK | 0.81 | 0 | 0.83 | 0.02 |
| HSL | 118.55º | 0.95% | 0.57% | - |
| HSV(B) | 118.55º | 0.83% | 0.98% | - |
| XYZ | 35.47 | 68.52 | 13.55 | - |
| YUV | 165 | 58.58 | 43.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 42 | 0.81 | 0 | 0.83 | 0.02 | 118.55 | 0.95 | 0.57 |
| Hex | 2F | F9 | 2A | 51 | 0 | 53 | 2 | 77 | 5F | 39 |
| Octal | 57 | 371 | 52 | 121 | 0 | 123 | 2 | 167 | 137 | 71 |
| Binary | 101111 | 11111001 | 101010 | 1010001 | 0 | 1010011 | 10 | 1110111 | 1011111 | 111001 |
Color Harmonies of #2FF92A
Complementary color
Monochromatic Colors of #2FF92A
Black with #2FF92A
Text Example
Text Example
White with #2FF92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF92A; }
p { color: rgb(47,249,42); }
H1.HeaderClassName
{
color: #2FF92A;
}
.AnyTagClassName
{
color: #2FF92A;
}
</style>
background-color css
<style>
a { background-color: #2FF92A; }
a { background-color: rgb(47,249,42); }
div.DivClassName
{
background-color: #2FF92A;
}
.BgClassName
{
background-color: #2FF92A;
}
</style>
border-color css
<style>
span { border-color: #2FF92A; }
span { border-color: rgb(47,249,42); }
td.TdClassName
{
border-color: #2FF92A;
}
.TagClassName
{
border-color: #2FF92A;
}
</style>