Shades of Lime Green #3CF92F
Tints of Lime Green #3CF92F
RGB
CMYK
RGB Variations
Color information
#3CF92F (or 0x3CF92F) is known color: Lime Green. HEX triplet: 3C, F9 and 2F. RGB value is (60,249,47). Sum of RGB (Red+Green+Blue) = 60+249+47=356 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.85% from 356); Green value is 249 (97.66% from 255 or 69.94% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 249 - color contains mainly: green. Hex color #3CF92F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF92F is #C306D0. Grayscale: #AAAAAA. Windows color (decimal): -12781265 or 3143996. OLE color: 3143996.
HSL color Cylindrical-coordinate representation of color #3CF92F: hue angle of 116.14º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3CF92F is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 249 | 47 | - |
| CMYK | 0.76 | 0 | 0.81 | 0.02 |
| HSL | 116.14º | 0.94% | 0.58% | - |
| HSV(B) | 116.14º | 0.81% | 0.98% | - |
| XYZ | 36.25 | 68.92 | 14.08 | - |
| YUV | 169.46 | 58.88 | 49.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 249 | 47 | 0.76 | 0 | 0.81 | 0.02 | 116.14 | 0.94 | 0.58 |
| Hex | 3C | F9 | 2F | 4C | 0 | 51 | 2 | 74 | 5E | 3A |
| Octal | 74 | 371 | 57 | 114 | 0 | 121 | 2 | 164 | 136 | 72 |
| Binary | 111100 | 11111001 | 101111 | 1001100 | 0 | 1010001 | 10 | 1110100 | 1011110 | 111010 |
Color Harmonies of #3CF92F
Complementary color
Monochromatic Colors of #3CF92F
Black with #3CF92F
Text Example
Text Example
White with #3CF92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF92F; }
p { color: rgb(60,249,47); }
H1.HeaderClassName
{
color: #3CF92F;
}
.AnyTagClassName
{
color: #3CF92F;
}
</style>
background-color css
<style>
a { background-color: #3CF92F; }
a { background-color: rgb(60,249,47); }
div.DivClassName
{
background-color: #3CF92F;
}
.BgClassName
{
background-color: #3CF92F;
}
</style>
border-color css
<style>
span { border-color: #3CF92F; }
span { border-color: rgb(60,249,47); }
td.TdClassName
{
border-color: #3CF92F;
}
.TagClassName
{
border-color: #3CF92F;
}
</style>