Shades of Lime Green #3CE22F
Tints of Lime Green #3CE22F
RGB
CMYK
RGB Variations
Color information
#3CE22F (or 0x3CE22F) is known color: Lime Green. HEX triplet: 3C, E2 and 2F. RGB value is (60,226,47). Sum of RGB (Red+Green+Blue) = 60+226+47=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 226 (88.67% from 255 or 67.87% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 226 - color contains mainly: green. Hex color #3CE22F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE22F is #C31DD0. Grayscale: #9C9C9C. Windows color (decimal): -12787153 or 3138108. OLE color: 3138108.
HSL color Cylindrical-coordinate representation of color #3CE22F: hue angle of 115.64º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3CE22F is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 226 | 47 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.11 |
| HSL | 115.64º | 0.76% | 0.54% | - |
| HSV(B) | 115.64º | 0.79% | 0.89% | - |
| XYZ | 29.57 | 55.56 | 11.85 | - |
| YUV | 155.96 | 66.5 | 59.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 226 | 47 | 0.73 | 0 | 0.79 | 0.11 | 115.64 | 0.76 | 0.54 |
| Hex | 3C | E2 | 2F | 49 | 0 | 4F | B | 74 | 4C | 36 |
| Octal | 74 | 342 | 57 | 111 | 0 | 117 | 13 | 164 | 114 | 66 |
| Binary | 111100 | 11100010 | 101111 | 1001001 | 0 | 1001111 | 1011 | 1110100 | 1001100 | 110110 |
Color Harmonies of #3CE22F
Complementary color
Monochromatic Colors of #3CE22F
Black with #3CE22F
Text Example
Text Example
White with #3CE22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE22F; }
p { color: rgb(60,226,47); }
H1.HeaderClassName
{
color: #3CE22F;
}
.AnyTagClassName
{
color: #3CE22F;
}
</style>
background-color css
<style>
a { background-color: #3CE22F; }
a { background-color: rgb(60,226,47); }
div.DivClassName
{
background-color: #3CE22F;
}
.BgClassName
{
background-color: #3CE22F;
}
</style>
border-color css
<style>
span { border-color: #3CE22F; }
span { border-color: rgb(60,226,47); }
td.TdClassName
{
border-color: #3CE22F;
}
.TagClassName
{
border-color: #3CE22F;
}
</style>