Shades of Lime Green #2FF327
Tints of Lime Green #2FF327
RGB
CMYK
RGB Variations
Color information
#2FF327 (or 0x2FF327) is known color: Lime Green. HEX triplet: 2F, F3 and 27. RGB value is (47,243,39). Sum of RGB (Red+Green+Blue) = 47+243+39=329 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.29% from 329); Green value is 243 (95.31% from 255 or 73.86% from 329); Blue value is 39 (15.62% from 255 or 11.85% from 329); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF327 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF327 is #D00CD8. Grayscale: #A1A1A1. Windows color (decimal): -13634777 or 2618159. OLE color: 2618159.
HSL color Cylindrical-coordinate representation of color #2FF327: hue angle of 117.65º degrees, saturation: 0.89, 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 #2FF327 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 243 | 39 | - |
| CMYK | 0.81 | 0 | 0.84 | 0.05 |
| HSL | 117.65º | 0.89% | 0.55% | - |
| HSV(B) | 117.65º | 0.84% | 0.95% | - |
| XYZ | 33.59 | 64.85 | 12.67 | - |
| YUV | 161.14 | 59.07 | 46.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 243 | 39 | 0.81 | 0 | 0.84 | 0.05 | 117.65 | 0.89 | 0.55 |
| Hex | 2F | F3 | 27 | 51 | 0 | 54 | 5 | 76 | 59 | 37 |
| Octal | 57 | 363 | 47 | 121 | 0 | 124 | 5 | 166 | 131 | 67 |
| Binary | 101111 | 11110011 | 100111 | 1010001 | 0 | 1010100 | 101 | 1110110 | 1011001 | 110111 |
Color Harmonies of #2FF327
Complementary color
Monochromatic Colors of #2FF327
Black with #2FF327
Text Example
Text Example
White with #2FF327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF327; }
p { color: rgb(47,243,39); }
H1.HeaderClassName
{
color: #2FF327;
}
.AnyTagClassName
{
color: #2FF327;
}
</style>
background-color css
<style>
a { background-color: #2FF327; }
a { background-color: rgb(47,243,39); }
div.DivClassName
{
background-color: #2FF327;
}
.BgClassName
{
background-color: #2FF327;
}
</style>
border-color css
<style>
span { border-color: #2FF327; }
span { border-color: rgb(47,243,39); }
td.TdClassName
{
border-color: #2FF327;
}
.TagClassName
{
border-color: #2FF327;
}
</style>