Shades of Lime Green #2FC324
Tints of Lime Green #2FC324
RGB
CMYK
RGB Variations
Color information
#2FC324 (or 0x2FC324) is known color: Lime Green. HEX triplet: 2F, C3 and 24. RGB value is (47,195,36). Sum of RGB (Red+Green+Blue) = 47+195+36=278 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.91% from 278); Green value is 195 (76.56% from 255 or 70.14% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 195 - color contains mainly: green. Hex color #2FC324 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC324 is #D03CDB. Grayscale: #858585. Windows color (decimal): -13647068 or 2409263. OLE color: 2409263.
HSL color Cylindrical-coordinate representation of color #2FC324: hue angle of 115.85º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FC324 is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 195 | 36 | - |
| CMYK | 0.76 | 0 | 0.82 | 0.24 |
| HSL | 115.85º | 0.69% | 0.45% | - |
| HSV(B) | 115.85º | 0.82% | 0.76% | - |
| XYZ | 21.01 | 39.76 | 8.24 | - |
| YUV | 132.62 | 73.47 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 195 | 36 | 0.76 | 0 | 0.82 | 0.24 | 115.85 | 0.69 | 0.45 |
| Hex | 2F | C3 | 24 | 4C | 0 | 52 | 18 | 74 | 45 | 2D |
| Octal | 57 | 303 | 44 | 114 | 0 | 122 | 30 | 164 | 105 | 55 |
| Binary | 101111 | 11000011 | 100100 | 1001100 | 0 | 1010010 | 11000 | 1110100 | 1000101 | 101101 |
Color Harmonies of #2FC324
Complementary color
Monochromatic Colors of #2FC324
Black with #2FC324
Text Example
Text Example
White with #2FC324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC324; }
p { color: rgb(47,195,36); }
H1.HeaderClassName
{
color: #2FC324;
}
.AnyTagClassName
{
color: #2FC324;
}
</style>
background-color css
<style>
a { background-color: #2FC324; }
a { background-color: rgb(47,195,36); }
div.DivClassName
{
background-color: #2FC324;
}
.BgClassName
{
background-color: #2FC324;
}
</style>
border-color css
<style>
span { border-color: #2FC324; }
span { border-color: rgb(47,195,36); }
td.TdClassName
{
border-color: #2FC324;
}
.TagClassName
{
border-color: #2FC324;
}
</style>