Shades of Lime Green #2FF23C
Tints of Lime Green #2FF23C
RGB
CMYK
RGB Variations
Color information
#2FF23C (or 0x2FF23C) is known color: Lime Green. HEX triplet: 2F, F2 and 3C. RGB value is (47,242,60). Sum of RGB (Red+Green+Blue) = 47+242+60=349 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.47% from 349); Green value is 242 (94.92% from 255 or 69.34% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF23C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF23C is #D00DC3. Grayscale: #A3A3A3. Windows color (decimal): -13635012 or 3994159. OLE color: 3994159.
HSL color Cylindrical-coordinate representation of color #2FF23C: hue angle of 124º degrees, saturation: 0.88, 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 #2FF23C is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 242 | 60 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.05 |
| HSL | 124º | 0.88% | 0.57% | - |
| HSV(B) | 124º | 0.81% | 0.95% | - |
| XYZ | 33.74 | 64.43 | 14.93 | - |
| YUV | 162.95 | 69.9 | 45.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 242 | 60 | 0.81 | 0 | 0.75 | 0.05 | 124 | 0.88 | 0.57 |
| Hex | 2F | F2 | 3C | 51 | 0 | 4B | 5 | 7C | 58 | 39 |
| Octal | 57 | 362 | 74 | 121 | 0 | 113 | 5 | 174 | 130 | 71 |
| Binary | 101111 | 11110010 | 111100 | 1010001 | 0 | 1001011 | 101 | 1111100 | 1011000 | 111001 |
Color Harmonies of #2FF23C
Complementary color
Monochromatic Colors of #2FF23C
Black with #2FF23C
Text Example
Text Example
White with #2FF23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF23C; }
p { color: rgb(47,242,60); }
H1.HeaderClassName
{
color: #2FF23C;
}
.AnyTagClassName
{
color: #2FF23C;
}
</style>
background-color css
<style>
a { background-color: #2FF23C; }
a { background-color: rgb(47,242,60); }
div.DivClassName
{
background-color: #2FF23C;
}
.BgClassName
{
background-color: #2FF23C;
}
</style>
border-color css
<style>
span { border-color: #2FF23C; }
span { border-color: rgb(47,242,60); }
td.TdClassName
{
border-color: #2FF23C;
}
.TagClassName
{
border-color: #2FF23C;
}
</style>