Shades of Lime Green #3CF93C
Tints of Lime Green #3CF93C
RGB
CMYK
RGB Variations
Color information
#3CF93C (or 0x3CF93C) is known color: Lime Green. HEX triplet: 3C, F9 and 3C. RGB value is (60,249,60). Sum of RGB (Red+Green+Blue) = 60+249+60=369 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.26% from 369); Green value is 249 (97.66% from 255 or 67.48% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 249 - color contains mainly: green. Hex color #3CF93C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF93C is #C306C3. Grayscale: #ABABAB. Windows color (decimal): -12781252 or 3995964. OLE color: 3995964.
HSL color Cylindrical-coordinate representation of color #3CF93C: hue angle of 120º degrees, saturation: 0.94, 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 #3CF93C is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 249 | 60 | - |
| CMYK | 0.76 | 0 | 0.76 | 0.02 |
| HSL | 120º | 0.94% | 0.61% | - |
| HSV(B) | 120º | 0.76% | 0.98% | - |
| XYZ | 36.55 | 69.04 | 15.67 | - |
| YUV | 170.94 | 65.38 | 48.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 249 | 60 | 0.76 | 0 | 0.76 | 0.02 | 120 | 0.94 | 0.61 |
| Hex | 3C | F9 | 3C | 4C | 0 | 4C | 2 | 78 | 5E | 3D |
| Octal | 74 | 371 | 74 | 114 | 0 | 114 | 2 | 170 | 136 | 75 |
| Binary | 111100 | 11111001 | 111100 | 1001100 | 0 | 1001100 | 10 | 1111000 | 1011110 | 111101 |
Color Harmonies of #3CF93C
Complementary color
Monochromatic Colors of #3CF93C
Black with #3CF93C
Text Example
Text Example
White with #3CF93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF93C; }
p { color: rgb(60,249,60); }
H1.HeaderClassName
{
color: #3CF93C;
}
.AnyTagClassName
{
color: #3CF93C;
}
</style>
background-color css
<style>
a { background-color: #3CF93C; }
a { background-color: rgb(60,249,60); }
div.DivClassName
{
background-color: #3CF93C;
}
.BgClassName
{
background-color: #3CF93C;
}
</style>
border-color css
<style>
span { border-color: #3CF93C; }
span { border-color: rgb(60,249,60); }
td.TdClassName
{
border-color: #3CF93C;
}
.TagClassName
{
border-color: #3CF93C;
}
</style>