Shades of Lime Green #2FF33D
Tints of Lime Green #2FF33D
RGB
CMYK
RGB Variations
Color information
#2FF33D (or 0x2FF33D) is known color: Lime Green. HEX triplet: 2F, F3 and 3D. RGB value is (47,243,61). Sum of RGB (Red+Green+Blue) = 47+243+61=351 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.39% from 351); Green value is 243 (95.31% from 255 or 69.23% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF33D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF33D is #D00CC2. Grayscale: #A4A4A4. Windows color (decimal): -13634755 or 4059951. OLE color: 4059951.
HSL color Cylindrical-coordinate representation of color #2FF33D: hue angle of 124.29º 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 #2FF33D is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 243 | 61 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.05 |
| HSL | 124.29º | 0.89% | 0.57% | - |
| HSV(B) | 124.29º | 0.81% | 0.95% | - |
| XYZ | 34.07 | 65.04 | 15.17 | - |
| YUV | 163.65 | 70.07 | 44.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 243 | 61 | 0.81 | 0 | 0.75 | 0.05 | 124.29 | 0.89 | 0.57 |
| Hex | 2F | F3 | 3D | 51 | 0 | 4B | 5 | 7C | 59 | 39 |
| Octal | 57 | 363 | 75 | 121 | 0 | 113 | 5 | 174 | 131 | 71 |
| Binary | 101111 | 11110011 | 111101 | 1010001 | 0 | 1001011 | 101 | 1111100 | 1011001 | 111001 |
Color Harmonies of #2FF33D
Complementary color
Monochromatic Colors of #2FF33D
Black with #2FF33D
Text Example
Text Example
White with #2FF33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF33D; }
p { color: rgb(47,243,61); }
H1.HeaderClassName
{
color: #2FF33D;
}
.AnyTagClassName
{
color: #2FF33D;
}
</style>
background-color css
<style>
a { background-color: #2FF33D; }
a { background-color: rgb(47,243,61); }
div.DivClassName
{
background-color: #2FF33D;
}
.BgClassName
{
background-color: #2FF33D;
}
</style>
border-color css
<style>
span { border-color: #2FF33D; }
span { border-color: rgb(47,243,61); }
td.TdClassName
{
border-color: #2FF33D;
}
.TagClassName
{
border-color: #2FF33D;
}
</style>