Shades of Lime Green #3CF036
Tints of Lime Green #3CF036
RGB
CMYK
RGB Variations
Color information
#3CF036 (or 0x3CF036) is known color: Lime Green. HEX triplet: 3C, F0 and 36. RGB value is (60,240,54). Sum of RGB (Red+Green+Blue) = 60+240+54=354 (46% of max value = 765). Red value is 60 (23.83% from 255 or 16.95% from 354); Green value is 240 (94.14% from 255 or 67.80% from 354); Blue value is 54 (21.48% from 255 or 15.25% from 354); Max value from RGB is 240 - color contains mainly: green. Hex color #3CF036 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF036 is #C30FC9. Grayscale: #A5A5A5. Windows color (decimal): -12783562 or 3600444. OLE color: 3600444.
HSL color Cylindrical-coordinate representation of color #3CF036: hue angle of 118.06º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3CF036 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 240 | 54 | - |
| CMYK | 0.75 | 0 | 0.78 | 0.06 |
| HSL | 118.06º | 0.86% | 0.58% | - |
| HSV(B) | 118.06º | 0.78% | 0.94% | - |
| XYZ | 33.69 | 63.55 | 13.98 | - |
| YUV | 164.98 | 65.37 | 53.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 240 | 54 | 0.75 | 0 | 0.78 | 0.06 | 118.06 | 0.86 | 0.58 |
| Hex | 3C | F0 | 36 | 4B | 0 | 4E | 6 | 76 | 56 | 3A |
| Octal | 74 | 360 | 66 | 113 | 0 | 116 | 6 | 166 | 126 | 72 |
| Binary | 111100 | 11110000 | 110110 | 1001011 | 0 | 1001110 | 110 | 1110110 | 1010110 | 111010 |
Color Harmonies of #3CF036
Complementary color
Monochromatic Colors of #3CF036
Black with #3CF036
Text Example
Text Example
White with #3CF036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF036; }
p { color: rgb(60,240,54); }
H1.HeaderClassName
{
color: #3CF036;
}
.AnyTagClassName
{
color: #3CF036;
}
</style>
background-color css
<style>
a { background-color: #3CF036; }
a { background-color: rgb(60,240,54); }
div.DivClassName
{
background-color: #3CF036;
}
.BgClassName
{
background-color: #3CF036;
}
</style>
border-color css
<style>
span { border-color: #3CF036; }
span { border-color: rgb(60,240,54); }
td.TdClassName
{
border-color: #3CF036;
}
.TagClassName
{
border-color: #3CF036;
}
</style>