Shades of Lime Green #2FC430
Tints of Lime Green #2FC430
RGB
CMYK
RGB Variations
Color information
#2FC430 (or 0x2FC430) is known color: Lime Green. HEX triplet: 2F, C4 and 30. RGB value is (47,196,48). Sum of RGB (Red+Green+Blue) = 47+196+48=291 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.15% from 291); Green value is 196 (76.95% from 255 or 67.35% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 196 - color contains mainly: green. Hex color #2FC430 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC430 is #D03BCF. Grayscale: #878787. Windows color (decimal): -13646800 or 3195951. OLE color: 3195951.
HSL color Cylindrical-coordinate representation of color #2FC430: hue angle of 120.4º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC430 is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 196 | 48 | - |
| CMYK | 0.76 | 0 | 0.76 | 0.23 |
| HSL | 120.4º | 0.61% | 0.48% | - |
| HSV(B) | 120.4º | 0.76% | 0.77% | - |
| XYZ | 21.45 | 40.3 | 9.44 | - |
| YUV | 134.58 | 79.14 | 65.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 196 | 48 | 0.76 | 0 | 0.76 | 0.23 | 120.4 | 0.61 | 0.48 |
| Hex | 2F | C4 | 30 | 4C | 0 | 4C | 17 | 78 | 3D | 30 |
| Octal | 57 | 304 | 60 | 114 | 0 | 114 | 27 | 170 | 75 | 60 |
| Binary | 101111 | 11000100 | 110000 | 1001100 | 0 | 1001100 | 10111 | 1111000 | 111101 | 110000 |
Color Harmonies of #2FC430
Complementary color
Monochromatic Colors of #2FC430
Black with #2FC430
Text Example
Text Example
White with #2FC430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC430; }
p { color: rgb(47,196,48); }
H1.HeaderClassName
{
color: #2FC430;
}
.AnyTagClassName
{
color: #2FC430;
}
</style>
background-color css
<style>
a { background-color: #2FC430; }
a { background-color: rgb(47,196,48); }
div.DivClassName
{
background-color: #2FC430;
}
.BgClassName
{
background-color: #2FC430;
}
</style>
border-color css
<style>
span { border-color: #2FC430; }
span { border-color: rgb(47,196,48); }
td.TdClassName
{
border-color: #2FC430;
}
.TagClassName
{
border-color: #2FC430;
}
</style>