Shades of Lime Green #2FF423
Tints of Lime Green #2FF423
RGB
CMYK
RGB Variations
Color information
#2FF423 (or 0x2FF423) is known color: Lime Green. HEX triplet: 2F, F4 and 23. RGB value is (47,244,35). Sum of RGB (Red+Green+Blue) = 47+244+35=326 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.42% from 326); Green value is 244 (95.70% from 255 or 74.85% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 244 - color contains mainly: green. Hex color #2FF423 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF423 is #D00BDC. Grayscale: #A1A1A1. Windows color (decimal): -13634525 or 2356271. OLE color: 2356271.
HSL color Cylindrical-coordinate representation of color #2FF423: hue angle of 116.56º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2FF423 is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 244 | 35 | - |
| CMYK | 0.81 | 0 | 0.86 | 0.04 |
| HSL | 116.56º | 0.9% | 0.55% | - |
| HSV(B) | 116.56º | 0.86% | 0.96% | - |
| XYZ | 33.83 | 65.43 | 12.44 | - |
| YUV | 161.27 | 56.73 | 46.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 244 | 35 | 0.81 | 0 | 0.86 | 0.04 | 116.56 | 0.9 | 0.55 |
| Hex | 2F | F4 | 23 | 51 | 0 | 56 | 4 | 75 | 5A | 37 |
| Octal | 57 | 364 | 43 | 121 | 0 | 126 | 4 | 165 | 132 | 67 |
| Binary | 101111 | 11110100 | 100011 | 1010001 | 0 | 1010110 | 100 | 1110101 | 1011010 | 110111 |
Color Harmonies of #2FF423
Complementary color
Monochromatic Colors of #2FF423
Black with #2FF423
Text Example
Text Example
White with #2FF423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF423; }
p { color: rgb(47,244,35); }
H1.HeaderClassName
{
color: #2FF423;
}
.AnyTagClassName
{
color: #2FF423;
}
</style>
background-color css
<style>
a { background-color: #2FF423; }
a { background-color: rgb(47,244,35); }
div.DivClassName
{
background-color: #2FF423;
}
.BgClassName
{
background-color: #2FF423;
}
</style>
border-color css
<style>
span { border-color: #2FF423; }
span { border-color: rgb(47,244,35); }
td.TdClassName
{
border-color: #2FF423;
}
.TagClassName
{
border-color: #2FF423;
}
</style>