Shades of Lime Green #3CE922
Tints of Lime Green #3CE922
RGB
CMYK
RGB Variations
Color information
#3CE922 (or 0x3CE922) is known color: Lime Green. HEX triplet: 3C, E9 and 22. RGB value is (60,233,34). Sum of RGB (Red+Green+Blue) = 60+233+34=327 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.35% from 327); Green value is 233 (91.41% from 255 or 71.25% from 327); Blue value is 34 (13.67% from 255 or 10.40% from 327); Max value from RGB is 233 - color contains mainly: green. Hex color #3CE922 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CE922 is #C316DD. Grayscale: #9F9F9F. Windows color (decimal): -12785374 or 2287932. OLE color: 2287932.
HSL color Cylindrical-coordinate representation of color #3CE922: hue angle of 112.16º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3CE922 is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 233 | 34 | - |
| CMYK | 0.74 | 0 | 0.85 | 0.09 |
| HSL | 112.16º | 0.82% | 0.52% | - |
| HSV(B) | 112.16º | 0.85% | 0.91% | - |
| XYZ | 31.29 | 59.35 | 11.32 | - |
| YUV | 158.59 | 57.69 | 57.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 233 | 34 | 0.74 | 0 | 0.85 | 0.09 | 112.16 | 0.82 | 0.52 |
| Hex | 3C | E9 | 22 | 4A | 0 | 55 | 9 | 70 | 52 | 34 |
| Octal | 74 | 351 | 42 | 112 | 0 | 125 | 11 | 160 | 122 | 64 |
| Binary | 111100 | 11101001 | 100010 | 1001010 | 0 | 1010101 | 1001 | 1110000 | 1010010 | 110100 |
Color Harmonies of #3CE922
Complementary color
Monochromatic Colors of #3CE922
Black with #3CE922
Text Example
Text Example
White with #3CE922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE922; }
p { color: rgb(60,233,34); }
H1.HeaderClassName
{
color: #3CE922;
}
.AnyTagClassName
{
color: #3CE922;
}
</style>
background-color css
<style>
a { background-color: #3CE922; }
a { background-color: rgb(60,233,34); }
div.DivClassName
{
background-color: #3CE922;
}
.BgClassName
{
background-color: #3CE922;
}
</style>
border-color css
<style>
span { border-color: #3CE922; }
span { border-color: rgb(60,233,34); }
td.TdClassName
{
border-color: #3CE922;
}
.TagClassName
{
border-color: #3CE922;
}
</style>