Shades of Lime Green #2FCB41
Tints of Lime Green #2FCB41
RGB
CMYK
RGB Variations
Color information
#2FCB41 (or 0x2FCB41) is known color: Lime Green. HEX triplet: 2F, CB and 41. RGB value is (47,203,65). Sum of RGB (Red+Green+Blue) = 47+203+65=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 203 (79.69% from 255 or 64.44% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 203 - color contains mainly: green. Hex color #2FCB41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCB41 is #D034BE. Grayscale: #8D8D8D. Windows color (decimal): -13644991 or 4311855. OLE color: 4311855.
HSL color Cylindrical-coordinate representation of color #2FCB41: hue angle of 126.92º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCB41 is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 203 | 65 | - |
| CMYK | 0.77 | 0 | 0.68 | 0.20 |
| HSL | 126.92º | 0.62% | 0.49% | - |
| HSV(B) | 126.92º | 0.77% | 0.8% | - |
| XYZ | 23.48 | 43.7 | 12.2 | - |
| YUV | 140.62 | 85.32 | 61.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 203 | 65 | 0.77 | 0 | 0.68 | 0.20 | 126.92 | 0.62 | 0.49 |
| Hex | 2F | CB | 41 | 4D | 0 | 44 | 14 | 7F | 3E | 31 |
| Octal | 57 | 313 | 101 | 115 | 0 | 104 | 24 | 177 | 76 | 61 |
| Binary | 101111 | 11001011 | 1000001 | 1001101 | 0 | 1000100 | 10100 | 1111111 | 111110 | 110001 |
Color Harmonies of #2FCB41
Complementary color
Monochromatic Colors of #2FCB41
Black with #2FCB41
Text Example
Text Example
White with #2FCB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCB41; }
p { color: rgb(47,203,65); }
H1.HeaderClassName
{
color: #2FCB41;
}
.AnyTagClassName
{
color: #2FCB41;
}
</style>
background-color css
<style>
a { background-color: #2FCB41; }
a { background-color: rgb(47,203,65); }
div.DivClassName
{
background-color: #2FCB41;
}
.BgClassName
{
background-color: #2FCB41;
}
</style>
border-color css
<style>
span { border-color: #2FCB41; }
span { border-color: rgb(47,203,65); }
td.TdClassName
{
border-color: #2FCB41;
}
.TagClassName
{
border-color: #2FCB41;
}
</style>