Shades of Lime Green #3CFA3C
Tints of Lime Green #3CFA3C
RGB
CMYK
RGB Variations
Color information
#3CFA3C (or 0x3CFA3C) is known color: Lime Green. HEX triplet: 3C, FA and 3C. RGB value is (60,250,60). Sum of RGB (Red+Green+Blue) = 60+250+60=370 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.22% from 370); Green value is 250 (98.05% from 255 or 67.57% from 370); Blue value is 60 (23.83% from 255 or 16.22% from 370); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFA3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFA3C is #C305C3. Grayscale: #ACACAC. Windows color (decimal): -12780996 or 3996220. OLE color: 3996220.
HSL color Cylindrical-coordinate representation of color #3CFA3C: hue angle of 120º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFA3C is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 250 | 60 | - |
| CMYK | 0.76 | 0 | 0.76 | 0.02 |
| HSL | 120º | 0.95% | 0.61% | - |
| HSV(B) | 120º | 0.76% | 0.98% | - |
| XYZ | 36.86 | 69.66 | 15.78 | - |
| YUV | 171.53 | 65.05 | 48.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 250 | 60 | 0.76 | 0 | 0.76 | 0.02 | 120 | 0.95 | 0.61 |
| Hex | 3C | FA | 3C | 4C | 0 | 4C | 2 | 78 | 5F | 3D |
| Octal | 74 | 372 | 74 | 114 | 0 | 114 | 2 | 170 | 137 | 75 |
| Binary | 111100 | 11111010 | 111100 | 1001100 | 0 | 1001100 | 10 | 1111000 | 1011111 | 111101 |
Color Harmonies of #3CFA3C
Complementary color
Monochromatic Colors of #3CFA3C
Black with #3CFA3C
Text Example
Text Example
White with #3CFA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFA3C; }
p { color: rgb(60,250,60); }
H1.HeaderClassName
{
color: #3CFA3C;
}
.AnyTagClassName
{
color: #3CFA3C;
}
</style>
background-color css
<style>
a { background-color: #3CFA3C; }
a { background-color: rgb(60,250,60); }
div.DivClassName
{
background-color: #3CFA3C;
}
.BgClassName
{
background-color: #3CFA3C;
}
</style>
border-color css
<style>
span { border-color: #3CFA3C; }
span { border-color: rgb(60,250,60); }
td.TdClassName
{
border-color: #3CFA3C;
}
.TagClassName
{
border-color: #3CFA3C;
}
</style>