Shades of Lime Green #2FF33A
Tints of Lime Green #2FF33A
RGB
CMYK
RGB Variations
Color information
#2FF33A (or 0x2FF33A) is known color: Lime Green. HEX triplet: 2F, F3 and 3A. RGB value is (47,243,58). Sum of RGB (Red+Green+Blue) = 47+243+58=348 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.51% from 348); Green value is 243 (95.31% from 255 or 69.83% from 348); Blue value is 58 (23.05% from 255 or 16.67% from 348); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF33A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF33A is #D00CC5. Grayscale: #A3A3A3. Windows color (decimal): -13634758 or 3863343. OLE color: 3863343.
HSL color Cylindrical-coordinate representation of color #2FF33A: hue angle of 123.37º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF33A is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 243 | 58 | - |
| CMYK | 0.81 | 0 | 0.76 | 0.05 |
| HSL | 123.37º | 0.89% | 0.57% | - |
| HSV(B) | 123.37º | 0.81% | 0.95% | - |
| XYZ | 33.99 | 65.01 | 14.76 | - |
| YUV | 163.31 | 68.57 | 45.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 243 | 58 | 0.81 | 0 | 0.76 | 0.05 | 123.37 | 0.89 | 0.57 |
| Hex | 2F | F3 | 3A | 51 | 0 | 4C | 5 | 7B | 59 | 39 |
| Octal | 57 | 363 | 72 | 121 | 0 | 114 | 5 | 173 | 131 | 71 |
| Binary | 101111 | 11110011 | 111010 | 1010001 | 0 | 1001100 | 101 | 1111011 | 1011001 | 111001 |
Color Harmonies of #2FF33A
Complementary color
Monochromatic Colors of #2FF33A
Black with #2FF33A
Text Example
Text Example
White with #2FF33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF33A; }
p { color: rgb(47,243,58); }
H1.HeaderClassName
{
color: #2FF33A;
}
.AnyTagClassName
{
color: #2FF33A;
}
</style>
background-color css
<style>
a { background-color: #2FF33A; }
a { background-color: rgb(47,243,58); }
div.DivClassName
{
background-color: #2FF33A;
}
.BgClassName
{
background-color: #2FF33A;
}
</style>
border-color css
<style>
span { border-color: #2FF33A; }
span { border-color: rgb(47,243,58); }
td.TdClassName
{
border-color: #2FF33A;
}
.TagClassName
{
border-color: #2FF33A;
}
</style>