Shades of Lime Green #2FFF42
Tints of Lime Green #2FFF42
RGB
CMYK
RGB Variations
Color information
#2FFF42 (or 0x2FFF42) is known color: Lime Green. HEX triplet: 2F, FF and 42. RGB value is (47,255,66). Sum of RGB (Red+Green+Blue) = 47+255+66=368 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.77% from 368); Green value is 255 (100% from 255 or 69.29% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFF42 is #D000BD. Grayscale: #ABABAB. Windows color (decimal): -13631678 or 4390703. OLE color: 4390703.
HSL color Cylindrical-coordinate representation of color #2FFF42: hue angle of 125.48º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FFF42 is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 66 | - |
| CMYK | 0.82 | 0 | 0.74 | 0 |
| HSL | 125.48º | 1% | 0.59% | - |
| HSV(B) | 125.48º | 0.82% | 1% | - |
| XYZ | 37.92 | 72.52 | 17.15 | - |
| YUV | 171.26 | 68.59 | 39.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 66 | 0.82 | 0 | 0.74 | 0 | 125.48 | 1 | 0.59 |
| Hex | 2F | FF | 42 | 52 | 0 | 4A | 0 | 7D | 64 | 3B |
| Octal | 57 | 377 | 102 | 122 | 0 | 112 | 0 | 175 | 144 | 73 |
| Binary | 101111 | 11111111 | 1000010 | 1010010 | 0 | 1001010 | 0 | 1111101 | 1100100 | 111011 |
Color Harmonies of #2FFF42
Complementary color
Monochromatic Colors of #2FFF42
Black with #2FFF42
Text Example
Text Example
White with #2FFF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFF42; }
p { color: rgb(47,255,66); }
H1.HeaderClassName
{
color: #2FFF42;
}
.AnyTagClassName
{
color: #2FFF42;
}
</style>
background-color css
<style>
a { background-color: #2FFF42; }
a { background-color: rgb(47,255,66); }
div.DivClassName
{
background-color: #2FFF42;
}
.BgClassName
{
background-color: #2FFF42;
}
</style>
border-color css
<style>
span { border-color: #2FFF42; }
span { border-color: rgb(47,255,66); }
td.TdClassName
{
border-color: #2FFF42;
}
.TagClassName
{
border-color: #2FFF42;
}
</style>