Shades of Lime Green #2FB43C
Tints of Lime Green #2FB43C
RGB
CMYK
RGB Variations
Color information
#2FB43C (or 0x2FB43C) is known color: Lime Green. HEX triplet: 2F, B4 and 3C. RGB value is (47,180,60). Sum of RGB (Red+Green+Blue) = 47+180+60=287 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.38% from 287); Green value is 180 (70.70% from 255 or 62.72% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB43C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB43C is #D04BC3. Grayscale: #7E7E7E. Windows color (decimal): -13650884 or 3978287. OLE color: 3978287.
HSL color Cylindrical-coordinate representation of color #2FB43C: hue angle of 125.86º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB43C is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 180 | 60 | - |
| CMYK | 0.74 | 0 | 0.67 | 0.29 |
| HSL | 125.86º | 0.59% | 0.45% | - |
| HSV(B) | 125.86º | 0.74% | 0.71% | - |
| XYZ | 18.31 | 33.57 | 9.79 | - |
| YUV | 126.55 | 90.44 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 180 | 60 | 0.74 | 0 | 0.67 | 0.29 | 125.86 | 0.59 | 0.45 |
| Hex | 2F | B4 | 3C | 4A | 0 | 43 | 1D | 7E | 3B | 2D |
| Octal | 57 | 264 | 74 | 112 | 0 | 103 | 35 | 176 | 73 | 55 |
| Binary | 101111 | 10110100 | 111100 | 1001010 | 0 | 1000011 | 11101 | 1111110 | 111011 | 101101 |
Color Harmonies of #2FB43C
Complementary color
Monochromatic Colors of #2FB43C
Black with #2FB43C
Text Example
Text Example
White with #2FB43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB43C; }
p { color: rgb(47,180,60); }
H1.HeaderClassName
{
color: #2FB43C;
}
.AnyTagClassName
{
color: #2FB43C;
}
</style>
background-color css
<style>
a { background-color: #2FB43C; }
a { background-color: rgb(47,180,60); }
div.DivClassName
{
background-color: #2FB43C;
}
.BgClassName
{
background-color: #2FB43C;
}
</style>
border-color css
<style>
span { border-color: #2FB43C; }
span { border-color: rgb(47,180,60); }
td.TdClassName
{
border-color: #2FB43C;
}
.TagClassName
{
border-color: #2FB43C;
}
</style>