Shades of Lime Green #2FF533
Tints of Lime Green #2FF533
RGB
CMYK
RGB Variations
Color information
#2FF533 (or 0x2FF533) is known color: Lime Green. HEX triplet: 2F, F5 and 33. RGB value is (47,245,51). Sum of RGB (Red+Green+Blue) = 47+245+51=343 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.70% from 343); Green value is 245 (96.09% from 255 or 71.43% from 343); Blue value is 51 (20.31% from 255 or 14.87% from 343); Max value from RGB is 245 - color contains mainly: green. Hex color #2FF533 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF533 is #D00ACC. Grayscale: #A4A4A4. Windows color (decimal): -13634253 or 3405103. OLE color: 3405103.
HSL color Cylindrical-coordinate representation of color #2FF533: hue angle of 121.21º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF533 is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 245 | 51 | - |
| CMYK | 0.81 | 0 | 0.79 | 0.04 |
| HSL | 121.21º | 0.91% | 0.57% | - |
| HSV(B) | 121.21º | 0.81% | 0.96% | - |
| XYZ | 34.42 | 66.15 | 14.09 | - |
| YUV | 163.68 | 64.4 | 44.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 245 | 51 | 0.81 | 0 | 0.79 | 0.04 | 121.21 | 0.91 | 0.57 |
| Hex | 2F | F5 | 33 | 51 | 0 | 4F | 4 | 79 | 5B | 39 |
| Octal | 57 | 365 | 63 | 121 | 0 | 117 | 4 | 171 | 133 | 71 |
| Binary | 101111 | 11110101 | 110011 | 1010001 | 0 | 1001111 | 100 | 1111001 | 1011011 | 111001 |
Color Harmonies of #2FF533
Complementary color
Monochromatic Colors of #2FF533
Black with #2FF533
Text Example
Text Example
White with #2FF533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF533; }
p { color: rgb(47,245,51); }
H1.HeaderClassName
{
color: #2FF533;
}
.AnyTagClassName
{
color: #2FF533;
}
</style>
background-color css
<style>
a { background-color: #2FF533; }
a { background-color: rgb(47,245,51); }
div.DivClassName
{
background-color: #2FF533;
}
.BgClassName
{
background-color: #2FF533;
}
</style>
border-color css
<style>
span { border-color: #2FF533; }
span { border-color: rgb(47,245,51); }
td.TdClassName
{
border-color: #2FF533;
}
.TagClassName
{
border-color: #2FF533;
}
</style>