Shades of Lime Green #2FF145
Tints of Lime Green #2FF145
RGB
CMYK
RGB Variations
Color information
#2FF145 (or 0x2FF145) is known color: Lime Green. HEX triplet: 2F, F1 and 45. RGB value is (47,241,69). Sum of RGB (Red+Green+Blue) = 47+241+69=357 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.17% from 357); Green value is 241 (94.53% from 255 or 67.51% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF145 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF145 is #D00EBA. Grayscale: #A3A3A3. Windows color (decimal): -13635259 or 4583727. OLE color: 4583727.
HSL color Cylindrical-coordinate representation of color #2FF145: hue angle of 126.8º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FF145 is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 241 | 69 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.05 |
| HSL | 126.8º | 0.87% | 0.56% | - |
| HSV(B) | 126.8º | 0.8% | 0.95% | - |
| XYZ | 33.7 | 63.94 | 16.2 | - |
| YUV | 163.39 | 74.73 | 44.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 241 | 69 | 0.80 | 0 | 0.71 | 0.05 | 126.8 | 0.87 | 0.56 |
| Hex | 2F | F1 | 45 | 50 | 0 | 47 | 5 | 7F | 57 | 38 |
| Octal | 57 | 361 | 105 | 120 | 0 | 107 | 5 | 177 | 127 | 70 |
| Binary | 101111 | 11110001 | 1000101 | 1010000 | 0 | 1000111 | 101 | 1111111 | 1010111 | 111000 |
Color Harmonies of #2FF145
Complementary color
Monochromatic Colors of #2FF145
Black with #2FF145
Text Example
Text Example
White with #2FF145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF145; }
p { color: rgb(47,241,69); }
H1.HeaderClassName
{
color: #2FF145;
}
.AnyTagClassName
{
color: #2FF145;
}
</style>
background-color css
<style>
a { background-color: #2FF145; }
a { background-color: rgb(47,241,69); }
div.DivClassName
{
background-color: #2FF145;
}
.BgClassName
{
background-color: #2FF145;
}
</style>
border-color css
<style>
span { border-color: #2FF145; }
span { border-color: rgb(47,241,69); }
td.TdClassName
{
border-color: #2FF145;
}
.TagClassName
{
border-color: #2FF145;
}
</style>