Shades of Lime Green #3CFB31
Tints of Lime Green #3CFB31
RGB
CMYK
RGB Variations
Color information
#3CFB31 (or 0x3CFB31) is known color: Lime Green. HEX triplet: 3C, FB and 31. RGB value is (60,251,49). Sum of RGB (Red+Green+Blue) = 60+251+49=360 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.67% from 360); Green value is 251 (98.44% from 255 or 69.72% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 251 - color contains mainly: green. Hex color #3CFB31 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFB31 is #C304CE. Grayscale: #ABABAB. Windows color (decimal): -12780751 or 3275580. OLE color: 3275580.
HSL color Cylindrical-coordinate representation of color #3CFB31: hue angle of 116.73º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3CFB31 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 251 | 49 | - |
| CMYK | 0.76 | 0 | 0.80 | 0.02 |
| HSL | 116.73º | 0.96% | 0.59% | - |
| HSV(B) | 116.73º | 0.8% | 0.98% | - |
| XYZ | 36.92 | 70.18 | 14.51 | - |
| YUV | 170.86 | 59.22 | 48.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 251 | 49 | 0.76 | 0 | 0.80 | 0.02 | 116.73 | 0.96 | 0.59 |
| Hex | 3C | FB | 31 | 4C | 0 | 50 | 2 | 75 | 60 | 3B |
| Octal | 74 | 373 | 61 | 114 | 0 | 120 | 2 | 165 | 140 | 73 |
| Binary | 111100 | 11111011 | 110001 | 1001100 | 0 | 1010000 | 10 | 1110101 | 1100000 | 111011 |
Color Harmonies of #3CFB31
Complementary color
Monochromatic Colors of #3CFB31
Black with #3CFB31
Text Example
Text Example
White with #3CFB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFB31; }
p { color: rgb(60,251,49); }
H1.HeaderClassName
{
color: #3CFB31;
}
.AnyTagClassName
{
color: #3CFB31;
}
</style>
background-color css
<style>
a { background-color: #3CFB31; }
a { background-color: rgb(60,251,49); }
div.DivClassName
{
background-color: #3CFB31;
}
.BgClassName
{
background-color: #3CFB31;
}
</style>
border-color css
<style>
span { border-color: #3CFB31; }
span { border-color: rgb(60,251,49); }
td.TdClassName
{
border-color: #3CFB31;
}
.TagClassName
{
border-color: #3CFB31;
}
</style>