Shades of Lime Green #3CF231
Tints of Lime Green #3CF231
RGB
CMYK
RGB Variations
Color information
#3CF231 (or 0x3CF231) is known color: Lime Green. HEX triplet: 3C, F2 and 31. RGB value is (60,242,49). Sum of RGB (Red+Green+Blue) = 60+242+49=351 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.09% from 351); Green value is 242 (94.92% from 255 or 68.95% from 351); Blue value is 49 (19.53% from 255 or 13.96% from 351); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF231 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF231 is #C30DCE. Grayscale: #A6A6A6. Windows color (decimal): -12783055 or 3273276. OLE color: 3273276.
HSL color Cylindrical-coordinate representation of color #3CF231: hue angle of 116.58º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3CF231 is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 242 | 49 | - |
| CMYK | 0.75 | 0 | 0.80 | 0.05 |
| HSL | 116.58º | 0.88% | 0.57% | - |
| HSV(B) | 116.58º | 0.8% | 0.95% | - |
| XYZ | 34.17 | 64.69 | 13.59 | - |
| YUV | 165.58 | 62.2 | 52.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 242 | 49 | 0.75 | 0 | 0.80 | 0.05 | 116.58 | 0.88 | 0.57 |
| Hex | 3C | F2 | 31 | 4B | 0 | 50 | 5 | 75 | 58 | 39 |
| Octal | 74 | 362 | 61 | 113 | 0 | 120 | 5 | 165 | 130 | 71 |
| Binary | 111100 | 11110010 | 110001 | 1001011 | 0 | 1010000 | 101 | 1110101 | 1011000 | 111001 |
Color Harmonies of #3CF231
Complementary color
Monochromatic Colors of #3CF231
Black with #3CF231
Text Example
Text Example
White with #3CF231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF231; }
p { color: rgb(60,242,49); }
H1.HeaderClassName
{
color: #3CF231;
}
.AnyTagClassName
{
color: #3CF231;
}
</style>
background-color css
<style>
a { background-color: #3CF231; }
a { background-color: rgb(60,242,49); }
div.DivClassName
{
background-color: #3CF231;
}
.BgClassName
{
background-color: #3CF231;
}
</style>
border-color css
<style>
span { border-color: #3CF231; }
span { border-color: rgb(60,242,49); }
td.TdClassName
{
border-color: #3CF231;
}
.TagClassName
{
border-color: #3CF231;
}
</style>