Shades of Lime Green #3FCE34
Tints of Lime Green #3FCE34
RGB
CMYK
RGB Variations
Color information
#3FCE34 (or 0x3FCE34) is known color: Lime Green. HEX triplet: 3F, CE and 34. RGB value is (63,206,52). Sum of RGB (Red+Green+Blue) = 63+206+52=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 206 (80.86% from 255 or 64.17% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 206 - color contains mainly: green. Hex color #3FCE34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCE34 is #C031CB. Grayscale: #929292. Windows color (decimal): -12595660 or 3460671. OLE color: 3460671.
HSL color Cylindrical-coordinate representation of color #3FCE34: hue angle of 115.71º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FCE34 is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 206 | 52 | - |
| CMYK | 0.69 | 0 | 0.75 | 0.19 |
| HSL | 115.71º | 0.61% | 0.51% | - |
| HSV(B) | 115.71º | 0.75% | 0.81% | - |
| XYZ | 24.74 | 45.45 | 10.72 | - |
| YUV | 145.69 | 75.12 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 206 | 52 | 0.69 | 0 | 0.75 | 0.19 | 115.71 | 0.61 | 0.51 |
| Hex | 3F | CE | 34 | 45 | 0 | 4B | 13 | 74 | 3D | 33 |
| Octal | 77 | 316 | 64 | 105 | 0 | 113 | 23 | 164 | 75 | 63 |
| Binary | 111111 | 11001110 | 110100 | 1000101 | 0 | 1001011 | 10011 | 1110100 | 111101 | 110011 |
Color Harmonies of #3FCE34
Complementary color
Monochromatic Colors of #3FCE34
Black with #3FCE34
Text Example
Text Example
White with #3FCE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCE34; }
p { color: rgb(63,206,52); }
H1.HeaderClassName
{
color: #3FCE34;
}
.AnyTagClassName
{
color: #3FCE34;
}
</style>
background-color css
<style>
a { background-color: #3FCE34; }
a { background-color: rgb(63,206,52); }
div.DivClassName
{
background-color: #3FCE34;
}
.BgClassName
{
background-color: #3FCE34;
}
</style>
border-color css
<style>
span { border-color: #3FCE34; }
span { border-color: rgb(63,206,52); }
td.TdClassName
{
border-color: #3FCE34;
}
.TagClassName
{
border-color: #3FCE34;
}
</style>