Shades of Lime Green #2FF326
Tints of Lime Green #2FF326
RGB
CMYK
RGB Variations
Color information
#2FF326 (or 0x2FF326) is known color: Lime Green. HEX triplet: 2F, F3 and 26. RGB value is (47,243,38). Sum of RGB (Red+Green+Blue) = 47+243+38=328 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.33% from 328); Green value is 243 (95.31% from 255 or 74.09% from 328); Blue value is 38 (15.23% from 255 or 11.59% from 328); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF326 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF326 is #D00CD9. Grayscale: #A1A1A1. Windows color (decimal): -13634778 or 2552623. OLE color: 2552623.
HSL color Cylindrical-coordinate representation of color #2FF326: hue angle of 117.37º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2FF326 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 243 | 38 | - |
| CMYK | 0.81 | 0 | 0.84 | 0.05 |
| HSL | 117.37º | 0.9% | 0.55% | - |
| HSV(B) | 117.37º | 0.84% | 0.95% | - |
| XYZ | 33.57 | 64.85 | 12.58 | - |
| YUV | 161.03 | 58.57 | 46.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 243 | 38 | 0.81 | 0 | 0.84 | 0.05 | 117.37 | 0.9 | 0.55 |
| Hex | 2F | F3 | 26 | 51 | 0 | 54 | 5 | 75 | 5A | 37 |
| Octal | 57 | 363 | 46 | 121 | 0 | 124 | 5 | 165 | 132 | 67 |
| Binary | 101111 | 11110011 | 100110 | 1010001 | 0 | 1010100 | 101 | 1110101 | 1011010 | 110111 |
Color Harmonies of #2FF326
Complementary color
Monochromatic Colors of #2FF326
Black with #2FF326
Text Example
Text Example
White with #2FF326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF326; }
p { color: rgb(47,243,38); }
H1.HeaderClassName
{
color: #2FF326;
}
.AnyTagClassName
{
color: #2FF326;
}
</style>
background-color css
<style>
a { background-color: #2FF326; }
a { background-color: rgb(47,243,38); }
div.DivClassName
{
background-color: #2FF326;
}
.BgClassName
{
background-color: #2FF326;
}
</style>
border-color css
<style>
span { border-color: #2FF326; }
span { border-color: rgb(47,243,38); }
td.TdClassName
{
border-color: #2FF326;
}
.TagClassName
{
border-color: #2FF326;
}
</style>