Shades of Lime Green #2FC02A
Tints of Lime Green #2FC02A
RGB
CMYK
RGB Variations
Color information
#2FC02A (or 0x2FC02A) is known color: Lime Green. HEX triplet: 2F, C0 and 2A. RGB value is (47,192,42). Sum of RGB (Red+Green+Blue) = 47+192+42=281 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.73% from 281); Green value is 192 (75.39% from 255 or 68.33% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC02A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC02A is #D03FD5. Grayscale: #848484. Windows color (decimal): -13647830 or 2801711. OLE color: 2801711.
HSL color Cylindrical-coordinate representation of color #2FC02A: hue angle of 118º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FC02A is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 192 | 42 | - |
| CMYK | 0.76 | 0 | 0.78 | 0.25 |
| HSL | 118º | 0.64% | 0.46% | - |
| HSV(B) | 118º | 0.78% | 0.75% | - |
| XYZ | 20.44 | 38.47 | 8.54 | - |
| YUV | 131.55 | 77.46 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 192 | 42 | 0.76 | 0 | 0.78 | 0.25 | 118 | 0.64 | 0.46 |
| Hex | 2F | C0 | 2A | 4C | 0 | 4E | 19 | 76 | 40 | 2E |
| Octal | 57 | 300 | 52 | 114 | 0 | 116 | 31 | 166 | 100 | 56 |
| Binary | 101111 | 11000000 | 101010 | 1001100 | 0 | 1001110 | 11001 | 1110110 | 1000000 | 101110 |
Color Harmonies of #2FC02A
Complementary color
Monochromatic Colors of #2FC02A
Black with #2FC02A
Text Example
Text Example
White with #2FC02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC02A; }
p { color: rgb(47,192,42); }
H1.HeaderClassName
{
color: #2FC02A;
}
.AnyTagClassName
{
color: #2FC02A;
}
</style>
background-color css
<style>
a { background-color: #2FC02A; }
a { background-color: rgb(47,192,42); }
div.DivClassName
{
background-color: #2FC02A;
}
.BgClassName
{
background-color: #2FC02A;
}
</style>
border-color css
<style>
span { border-color: #2FC02A; }
span { border-color: rgb(47,192,42); }
td.TdClassName
{
border-color: #2FC02A;
}
.TagClassName
{
border-color: #2FC02A;
}
</style>