Shades of Lime Green #3CE74F
Tints of Lime Green #3CE74F
RGB
CMYK
RGB Variations
Color information
#3CE74F (or 0x3CE74F) is known color: Lime Green. HEX triplet: 3C, E7 and 4F. RGB value is (60,231,79). Sum of RGB (Red+Green+Blue) = 60+231+79=370 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.22% from 370); Green value is 231 (90.62% from 255 or 62.43% from 370); Blue value is 79 (31.25% from 255 or 21.35% from 370); Max value from RGB is 231 - color contains mainly: green. Hex color #3CE74F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CE74F is #C318B0. Grayscale: #A2A2A2. Windows color (decimal): -12785841 or 5236540. OLE color: 5236540.
HSL color Cylindrical-coordinate representation of color #3CE74F: hue angle of 126.67º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE74F is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 231 | 79 | - |
| CMYK | 0.74 | 0 | 0.66 | 0.09 |
| HSL | 126.67º | 0.78% | 0.57% | - |
| HSV(B) | 126.67º | 0.74% | 0.91% | - |
| XYZ | 31.85 | 58.68 | 17.04 | - |
| YUV | 162.54 | 80.85 | 54.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 231 | 79 | 0.74 | 0 | 0.66 | 0.09 | 126.67 | 0.78 | 0.57 |
| Hex | 3C | E7 | 4F | 4A | 0 | 42 | 9 | 7F | 4E | 39 |
| Octal | 74 | 347 | 117 | 112 | 0 | 102 | 11 | 177 | 116 | 71 |
| Binary | 111100 | 11100111 | 1001111 | 1001010 | 0 | 1000010 | 1001 | 1111111 | 1001110 | 111001 |
Color Harmonies of #3CE74F
Complementary color
Monochromatic Colors of #3CE74F
Black with #3CE74F
Text Example
Text Example
White with #3CE74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE74F; }
p { color: rgb(60,231,79); }
H1.HeaderClassName
{
color: #3CE74F;
}
.AnyTagClassName
{
color: #3CE74F;
}
</style>
background-color css
<style>
a { background-color: #3CE74F; }
a { background-color: rgb(60,231,79); }
div.DivClassName
{
background-color: #3CE74F;
}
.BgClassName
{
background-color: #3CE74F;
}
</style>
border-color css
<style>
span { border-color: #3CE74F; }
span { border-color: rgb(60,231,79); }
td.TdClassName
{
border-color: #3CE74F;
}
.TagClassName
{
border-color: #3CE74F;
}
</style>