Shades of Lime Green #3FEE34
Tints of Lime Green #3FEE34
RGB
CMYK
RGB Variations
Color information
#3FEE34 (or 0x3FEE34) is known color: Lime Green. HEX triplet: 3F, EE and 34. RGB value is (63,238,52). Sum of RGB (Red+Green+Blue) = 63+238+52=353 (46% of max value = 765). Red value is 63 (25% from 255 or 17.85% from 353); Green value is 238 (93.36% from 255 or 67.42% from 353); Blue value is 52 (20.70% from 255 or 14.73% from 353); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEE34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEE34 is #C011CB. Grayscale: #A5A5A5. Windows color (decimal): -12587468 or 3468863. OLE color: 3468863.
HSL color Cylindrical-coordinate representation of color #3FEE34: hue angle of 116.45º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3FEE34 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 238 | 52 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.07 |
| HSL | 116.45º | 0.85% | 0.57% | - |
| HSV(B) | 116.45º | 0.78% | 0.93% | - |
| XYZ | 33.24 | 62.45 | 13.55 | - |
| YUV | 164.47 | 64.52 | 55.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 52 | 0.74 | 0 | 0.78 | 0.07 | 116.45 | 0.85 | 0.57 |
| Hex | 3F | EE | 34 | 4A | 0 | 4E | 7 | 74 | 55 | 39 |
| Octal | 77 | 356 | 64 | 112 | 0 | 116 | 7 | 164 | 125 | 71 |
| Binary | 111111 | 11101110 | 110100 | 1001010 | 0 | 1001110 | 111 | 1110100 | 1010101 | 111001 |
Color Harmonies of #3FEE34
Complementary color
Monochromatic Colors of #3FEE34
Black with #3FEE34
Text Example
Text Example
White with #3FEE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEE34; }
p { color: rgb(63,238,52); }
H1.HeaderClassName
{
color: #3FEE34;
}
.AnyTagClassName
{
color: #3FEE34;
}
</style>
background-color css
<style>
a { background-color: #3FEE34; }
a { background-color: rgb(63,238,52); }
div.DivClassName
{
background-color: #3FEE34;
}
.BgClassName
{
background-color: #3FEE34;
}
</style>
border-color css
<style>
span { border-color: #3FEE34; }
span { border-color: rgb(63,238,52); }
td.TdClassName
{
border-color: #3FEE34;
}
.TagClassName
{
border-color: #3FEE34;
}
</style>