Shades of Lime Green #2FCB30
Tints of Lime Green #2FCB30
RGB
CMYK
RGB Variations
Color information
#2FCB30 (or 0x2FCB30) is known color: Lime Green. HEX triplet: 2F, CB and 30. RGB value is (47,203,48). Sum of RGB (Red+Green+Blue) = 47+203+48=298 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.77% from 298); Green value is 203 (79.69% from 255 or 68.12% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 203 - color contains mainly: green. Hex color #2FCB30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCB30 is #D034CF. Grayscale: #8B8B8B. Windows color (decimal): -13645008 or 3197743. OLE color: 3197743.
HSL color Cylindrical-coordinate representation of color #2FCB30: hue angle of 120.38º 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 #2FCB30 is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 203 | 48 | - |
| CMYK | 0.77 | 0 | 0.76 | 0.20 |
| HSL | 120.38º | 0.62% | 0.49% | - |
| HSV(B) | 120.38º | 0.77% | 0.8% | - |
| XYZ | 23.06 | 43.53 | 9.98 | - |
| YUV | 138.69 | 76.82 | 62.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 203 | 48 | 0.77 | 0 | 0.76 | 0.20 | 120.38 | 0.62 | 0.49 |
| Hex | 2F | CB | 30 | 4D | 0 | 4C | 14 | 78 | 3E | 31 |
| Octal | 57 | 313 | 60 | 115 | 0 | 114 | 24 | 170 | 76 | 61 |
| Binary | 101111 | 11001011 | 110000 | 1001101 | 0 | 1001100 | 10100 | 1111000 | 111110 | 110001 |
Color Harmonies of #2FCB30
Complementary color
Monochromatic Colors of #2FCB30
Black with #2FCB30
Text Example
Text Example
White with #2FCB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCB30; }
p { color: rgb(47,203,48); }
H1.HeaderClassName
{
color: #2FCB30;
}
.AnyTagClassName
{
color: #2FCB30;
}
</style>
background-color css
<style>
a { background-color: #2FCB30; }
a { background-color: rgb(47,203,48); }
div.DivClassName
{
background-color: #2FCB30;
}
.BgClassName
{
background-color: #2FCB30;
}
</style>
border-color css
<style>
span { border-color: #2FCB30; }
span { border-color: rgb(47,203,48); }
td.TdClassName
{
border-color: #2FCB30;
}
.TagClassName
{
border-color: #2FCB30;
}
</style>