Shades of Lime Green #3FE234
Tints of Lime Green #3FE234
RGB
CMYK
RGB Variations
Color information
#3FE234 (or 0x3FE234) is known color: Lime Green. HEX triplet: 3F, E2 and 34. RGB value is (63,226,52). Sum of RGB (Red+Green+Blue) = 63+226+52=341 (45% of max value = 765). Red value is 63 (25% from 255 or 18.48% from 341); Green value is 226 (88.67% from 255 or 66.28% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 226 - color contains mainly: green. Hex color #3FE234 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE234 is #C01DCB. Grayscale: #9D9D9D. Windows color (decimal): -12590540 or 3465791. OLE color: 3465791.
HSL color Cylindrical-coordinate representation of color #3FE234: hue angle of 116.21º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3FE234 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 226 | 52 | - |
| CMYK | 0.72 | 0 | 0.77 | 0.11 |
| HSL | 116.21º | 0.75% | 0.55% | - |
| HSV(B) | 116.21º | 0.77% | 0.89% | - |
| XYZ | 29.87 | 55.7 | 12.43 | - |
| YUV | 157.43 | 68.5 | 60.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 226 | 52 | 0.72 | 0 | 0.77 | 0.11 | 116.21 | 0.75 | 0.55 |
| Hex | 3F | E2 | 34 | 48 | 0 | 4D | B | 74 | 4B | 37 |
| Octal | 77 | 342 | 64 | 110 | 0 | 115 | 13 | 164 | 113 | 67 |
| Binary | 111111 | 11100010 | 110100 | 1001000 | 0 | 1001101 | 1011 | 1110100 | 1001011 | 110111 |
Color Harmonies of #3FE234
Complementary color
Monochromatic Colors of #3FE234
Black with #3FE234
Text Example
Text Example
White with #3FE234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE234; }
p { color: rgb(63,226,52); }
H1.HeaderClassName
{
color: #3FE234;
}
.AnyTagClassName
{
color: #3FE234;
}
</style>
background-color css
<style>
a { background-color: #3FE234; }
a { background-color: rgb(63,226,52); }
div.DivClassName
{
background-color: #3FE234;
}
.BgClassName
{
background-color: #3FE234;
}
</style>
border-color css
<style>
span { border-color: #3FE234; }
span { border-color: rgb(63,226,52); }
td.TdClassName
{
border-color: #3FE234;
}
.TagClassName
{
border-color: #3FE234;
}
</style>