Shades of Lime Green #2FF243
Tints of Lime Green #2FF243
RGB
CMYK
RGB Variations
Color information
#2FF243 (or 0x2FF243) is known color: Lime Green. HEX triplet: 2F, F2 and 43. RGB value is (47,242,67). Sum of RGB (Red+Green+Blue) = 47+242+67=356 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.20% from 356); Green value is 242 (94.92% from 255 or 67.98% from 356); Blue value is 67 (26.56% from 255 or 18.82% from 356); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF243 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF243 is #D00DBC. Grayscale: #A4A4A4. Windows color (decimal): -13635005 or 4452911. OLE color: 4452911.
HSL color Cylindrical-coordinate representation of color #2FF243: hue angle of 126.15º 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 #2FF243 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 242 | 67 | - |
| CMYK | 0.81 | 0 | 0.72 | 0.05 |
| HSL | 126.15º | 0.88% | 0.57% | - |
| HSV(B) | 126.15º | 0.81% | 0.95% | - |
| XYZ | 33.94 | 64.51 | 15.97 | - |
| YUV | 163.75 | 73.4 | 44.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 242 | 67 | 0.81 | 0 | 0.72 | 0.05 | 126.15 | 0.88 | 0.57 |
| Hex | 2F | F2 | 43 | 51 | 0 | 48 | 5 | 7E | 58 | 39 |
| Octal | 57 | 362 | 103 | 121 | 0 | 110 | 5 | 176 | 130 | 71 |
| Binary | 101111 | 11110010 | 1000011 | 1010001 | 0 | 1001000 | 101 | 1111110 | 1011000 | 111001 |
Color Harmonies of #2FF243
Complementary color
Monochromatic Colors of #2FF243
Black with #2FF243
Text Example
Text Example
White with #2FF243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF243; }
p { color: rgb(47,242,67); }
H1.HeaderClassName
{
color: #2FF243;
}
.AnyTagClassName
{
color: #2FF243;
}
</style>
background-color css
<style>
a { background-color: #2FF243; }
a { background-color: rgb(47,242,67); }
div.DivClassName
{
background-color: #2FF243;
}
.BgClassName
{
background-color: #2FF243;
}
</style>
border-color css
<style>
span { border-color: #2FF243; }
span { border-color: rgb(47,242,67); }
td.TdClassName
{
border-color: #2FF243;
}
.TagClassName
{
border-color: #2FF243;
}
</style>