Shades of Lime Green #2FE633
Tints of Lime Green #2FE633
RGB
CMYK
RGB Variations
Color information
#2FE633 (or 0x2FE633) is known color: Lime Green. HEX triplet: 2F, E6 and 33. RGB value is (47,230,51). Sum of RGB (Red+Green+Blue) = 47+230+51=328 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.33% from 328); Green value is 230 (90.23% from 255 or 70.12% from 328); Blue value is 51 (20.31% from 255 or 15.55% from 328); Max value from RGB is 230 - color contains mainly: green. Hex color #2FE633 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FE633 is #D019CC. Grayscale: #9B9B9B. Windows color (decimal): -13638093 or 3401263. OLE color: 3401263.
HSL color Cylindrical-coordinate representation of color #2FE633: hue angle of 121.31º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE633 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 230 | 51 | - |
| CMYK | 0.80 | 0 | 0.78 | 0.10 |
| HSL | 121.31º | 0.79% | 0.54% | - |
| HSV(B) | 121.31º | 0.8% | 0.9% | - |
| XYZ | 30.07 | 57.44 | 12.63 | - |
| YUV | 154.88 | 69.37 | 51.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 230 | 51 | 0.80 | 0 | 0.78 | 0.10 | 121.31 | 0.79 | 0.54 |
| Hex | 2F | E6 | 33 | 50 | 0 | 4E | A | 79 | 4F | 36 |
| Octal | 57 | 346 | 63 | 120 | 0 | 116 | 12 | 171 | 117 | 66 |
| Binary | 101111 | 11100110 | 110011 | 1010000 | 0 | 1001110 | 1010 | 1111001 | 1001111 | 110110 |
Color Harmonies of #2FE633
Complementary color
Monochromatic Colors of #2FE633
Black with #2FE633
Text Example
Text Example
White with #2FE633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE633; }
p { color: rgb(47,230,51); }
H1.HeaderClassName
{
color: #2FE633;
}
.AnyTagClassName
{
color: #2FE633;
}
</style>
background-color css
<style>
a { background-color: #2FE633; }
a { background-color: rgb(47,230,51); }
div.DivClassName
{
background-color: #2FE633;
}
.BgClassName
{
background-color: #2FE633;
}
</style>
border-color css
<style>
span { border-color: #2FE633; }
span { border-color: rgb(47,230,51); }
td.TdClassName
{
border-color: #2FE633;
}
.TagClassName
{
border-color: #2FE633;
}
</style>