Shades of Lime Green #3CF03E
Tints of Lime Green #3CF03E
RGB
CMYK
RGB Variations
Color information
#3CF03E (or 0x3CF03E) is known color: Lime Green. HEX triplet: 3C, F0 and 3E. RGB value is (60,240,62). Sum of RGB (Red+Green+Blue) = 60+240+62=362 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.57% from 362); Green value is 240 (94.14% from 255 or 66.30% from 362); Blue value is 62 (24.61% from 255 or 17.13% from 362); Max value from RGB is 240 - color contains mainly: green. Hex color #3CF03E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF03E is #C30FC1. Grayscale: #A6A6A6. Windows color (decimal): -12783554 or 4124732. OLE color: 4124732.
HSL color Cylindrical-coordinate representation of color #3CF03E: hue angle of 120.67º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF03E is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 240 | 62 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.06 |
| HSL | 120.67º | 0.86% | 0.59% | - |
| HSV(B) | 120.67º | 0.75% | 0.94% | - |
| XYZ | 33.89 | 63.63 | 15.05 | - |
| YUV | 165.89 | 69.37 | 52.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 240 | 62 | 0.75 | 0 | 0.74 | 0.06 | 120.67 | 0.86 | 0.59 |
| Hex | 3C | F0 | 3E | 4B | 0 | 4A | 6 | 79 | 56 | 3B |
| Octal | 74 | 360 | 76 | 113 | 0 | 112 | 6 | 171 | 126 | 73 |
| Binary | 111100 | 11110000 | 111110 | 1001011 | 0 | 1001010 | 110 | 1111001 | 1010110 | 111011 |
Color Harmonies of #3CF03E
Complementary color
Monochromatic Colors of #3CF03E
Black with #3CF03E
Text Example
Text Example
White with #3CF03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF03E; }
p { color: rgb(60,240,62); }
H1.HeaderClassName
{
color: #3CF03E;
}
.AnyTagClassName
{
color: #3CF03E;
}
</style>
background-color css
<style>
a { background-color: #3CF03E; }
a { background-color: rgb(60,240,62); }
div.DivClassName
{
background-color: #3CF03E;
}
.BgClassName
{
background-color: #3CF03E;
}
</style>
border-color css
<style>
span { border-color: #3CF03E; }
span { border-color: rgb(60,240,62); }
td.TdClassName
{
border-color: #3CF03E;
}
.TagClassName
{
border-color: #3CF03E;
}
</style>