Shades of Lime Green #3CF24C
Tints of Lime Green #3CF24C
RGB
CMYK
RGB Variations
Color information
#3CF24C (or 0x3CF24C) is known color: Lime Green. HEX triplet: 3C, F2 and 4C. RGB value is (60,242,76). Sum of RGB (Red+Green+Blue) = 60+242+76=378 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.87% from 378); Green value is 242 (94.92% from 255 or 64.02% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF24C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF24C is #C30DB3. Grayscale: #A9A9A9. Windows color (decimal): -12783028 or 5042748. OLE color: 5042748.
HSL color Cylindrical-coordinate representation of color #3CF24C: hue angle of 125.27º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF24C is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 242 | 76 | - |
| CMYK | 0.75 | 0 | 0.69 | 0.05 |
| HSL | 125.27º | 0.88% | 0.59% | - |
| HSV(B) | 125.27º | 0.75% | 0.95% | - |
| XYZ | 34.92 | 64.99 | 17.54 | - |
| YUV | 168.66 | 75.7 | 50.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 242 | 76 | 0.75 | 0 | 0.69 | 0.05 | 125.27 | 0.88 | 0.59 |
| Hex | 3C | F2 | 4C | 4B | 0 | 45 | 5 | 7D | 58 | 3B |
| Octal | 74 | 362 | 114 | 113 | 0 | 105 | 5 | 175 | 130 | 73 |
| Binary | 111100 | 11110010 | 1001100 | 1001011 | 0 | 1000101 | 101 | 1111101 | 1011000 | 111011 |
Color Harmonies of #3CF24C
Complementary color
Monochromatic Colors of #3CF24C
Black with #3CF24C
Text Example
Text Example
White with #3CF24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF24C; }
p { color: rgb(60,242,76); }
H1.HeaderClassName
{
color: #3CF24C;
}
.AnyTagClassName
{
color: #3CF24C;
}
</style>
background-color css
<style>
a { background-color: #3CF24C; }
a { background-color: rgb(60,242,76); }
div.DivClassName
{
background-color: #3CF24C;
}
.BgClassName
{
background-color: #3CF24C;
}
</style>
border-color css
<style>
span { border-color: #3CF24C; }
span { border-color: rgb(60,242,76); }
td.TdClassName
{
border-color: #3CF24C;
}
.TagClassName
{
border-color: #3CF24C;
}
</style>