Shades of Lime Green #2FF343
Tints of Lime Green #2FF343
RGB
CMYK
RGB Variations
Color information
#2FF343 (or 0x2FF343) is known color: Lime Green. HEX triplet: 2F, F3 and 43. RGB value is (47,243,67). Sum of RGB (Red+Green+Blue) = 47+243+67=357 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.17% from 357); Green value is 243 (95.31% from 255 or 68.07% from 357); Blue value is 67 (26.56% from 255 or 18.77% from 357); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF343 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF343 is #D00CBC. Grayscale: #A4A4A4. Windows color (decimal): -13634749 or 4453167. OLE color: 4453167.
HSL color Cylindrical-coordinate representation of color #2FF343: hue angle of 126.12º degrees, saturation: 0.89, 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 #2FF343 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 243 | 67 | - |
| CMYK | 0.81 | 0 | 0.72 | 0.05 |
| HSL | 126.12º | 0.89% | 0.57% | - |
| HSV(B) | 126.12º | 0.81% | 0.95% | - |
| XYZ | 34.24 | 65.11 | 16.07 | - |
| YUV | 164.33 | 73.07 | 44.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 243 | 67 | 0.81 | 0 | 0.72 | 0.05 | 126.12 | 0.89 | 0.57 |
| Hex | 2F | F3 | 43 | 51 | 0 | 48 | 5 | 7E | 59 | 39 |
| Octal | 57 | 363 | 103 | 121 | 0 | 110 | 5 | 176 | 131 | 71 |
| Binary | 101111 | 11110011 | 1000011 | 1010001 | 0 | 1001000 | 101 | 1111110 | 1011001 | 111001 |
Color Harmonies of #2FF343
Complementary color
Monochromatic Colors of #2FF343
Black with #2FF343
Text Example
Text Example
White with #2FF343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF343; }
p { color: rgb(47,243,67); }
H1.HeaderClassName
{
color: #2FF343;
}
.AnyTagClassName
{
color: #2FF343;
}
</style>
background-color css
<style>
a { background-color: #2FF343; }
a { background-color: rgb(47,243,67); }
div.DivClassName
{
background-color: #2FF343;
}
.BgClassName
{
background-color: #2FF343;
}
</style>
border-color css
<style>
span { border-color: #2FF343; }
span { border-color: rgb(47,243,67); }
td.TdClassName
{
border-color: #2FF343;
}
.TagClassName
{
border-color: #2FF343;
}
</style>