Shades of Lime Green #3FCE22
Tints of Lime Green #3FCE22
RGB
CMYK
RGB Variations
Color information
#3FCE22 (or 0x3FCE22) is known color: Lime Green. HEX triplet: 3F, CE and 22. RGB value is (63,206,34). Sum of RGB (Red+Green+Blue) = 63+206+34=303 (40% of max value = 765). Red value is 63 (25% from 255 or 20.79% from 303); Green value is 206 (80.86% from 255 or 67.99% from 303); Blue value is 34 (13.67% from 255 or 11.22% from 303); Max value from RGB is 206 - color contains mainly: green. Hex color #3FCE22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCE22 is #C031DD. Grayscale: #909090. Windows color (decimal): -12595678 or 2281023. OLE color: 2281023.
HSL color Cylindrical-coordinate representation of color #3FCE22: hue angle of 109.88º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3FCE22 is Cyan = 0.69, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 206 | 34 | - |
| CMYK | 0.69 | 0 | 0.83 | 0.19 |
| HSL | 109.88º | 0.72% | 0.47% | - |
| HSV(B) | 109.88º | 0.83% | 0.81% | - |
| XYZ | 24.41 | 45.31 | 8.97 | - |
| YUV | 143.64 | 66.12 | 70.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 206 | 34 | 0.69 | 0 | 0.83 | 0.19 | 109.88 | 0.72 | 0.47 |
| Hex | 3F | CE | 22 | 45 | 0 | 53 | 13 | 6E | 48 | 2F |
| Octal | 77 | 316 | 42 | 105 | 0 | 123 | 23 | 156 | 110 | 57 |
| Binary | 111111 | 11001110 | 100010 | 1000101 | 0 | 1010011 | 10011 | 1101110 | 1001000 | 101111 |
Color Harmonies of #3FCE22
Complementary color
Monochromatic Colors of #3FCE22
Black with #3FCE22
Text Example
Text Example
White with #3FCE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCE22; }
p { color: rgb(63,206,34); }
H1.HeaderClassName
{
color: #3FCE22;
}
.AnyTagClassName
{
color: #3FCE22;
}
</style>
background-color css
<style>
a { background-color: #3FCE22; }
a { background-color: rgb(63,206,34); }
div.DivClassName
{
background-color: #3FCE22;
}
.BgClassName
{
background-color: #3FCE22;
}
</style>
border-color css
<style>
span { border-color: #3FCE22; }
span { border-color: rgb(63,206,34); }
td.TdClassName
{
border-color: #3FCE22;
}
.TagClassName
{
border-color: #3FCE22;
}
</style>