Shades of Lime Green #3EFC34
Tints of Lime Green #3EFC34
RGB
CMYK
RGB Variations
Color information
#3EFC34 (or 0x3EFC34) is known color: Lime Green. HEX triplet: 3E, FC and 34. RGB value is (62,252,52). Sum of RGB (Red+Green+Blue) = 62+252+52=366 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.94% from 366); Green value is 252 (98.83% from 255 or 68.85% from 366); Blue value is 52 (20.70% from 255 or 14.21% from 366); Max value from RGB is 252 - color contains mainly: green. Hex color #3EFC34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EFC34 is #C103CB. Grayscale: #ACACAC. Windows color (decimal): -12649420 or 3472446. OLE color: 3472446.
HSL color Cylindrical-coordinate representation of color #3EFC34: hue angle of 117º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3EFC34 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 252 | 52 | - |
| CMYK | 0.75 | 0 | 0.79 | 0.01 |
| HSL | 117º | 0.97% | 0.6% | - |
| HSV(B) | 117º | 0.79% | 0.99% | - |
| XYZ | 37.42 | 70.89 | 14.96 | - |
| YUV | 172.39 | 60.05 | 49.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 252 | 52 | 0.75 | 0 | 0.79 | 0.01 | 117 | 0.97 | 0.6 |
| Hex | 3E | FC | 34 | 4B | 0 | 4F | 1 | 75 | 61 | 3C |
| Octal | 76 | 374 | 64 | 113 | 0 | 117 | 1 | 165 | 141 | 74 |
| Binary | 111110 | 11111100 | 110100 | 1001011 | 0 | 1001111 | 1 | 1110101 | 1100001 | 111100 |
Color Harmonies of #3EFC34
Complementary color
Monochromatic Colors of #3EFC34
Black with #3EFC34
Text Example
Text Example
White with #3EFC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFC34; }
p { color: rgb(62,252,52); }
H1.HeaderClassName
{
color: #3EFC34;
}
.AnyTagClassName
{
color: #3EFC34;
}
</style>
background-color css
<style>
a { background-color: #3EFC34; }
a { background-color: rgb(62,252,52); }
div.DivClassName
{
background-color: #3EFC34;
}
.BgClassName
{
background-color: #3EFC34;
}
</style>
border-color css
<style>
span { border-color: #3EFC34; }
span { border-color: rgb(62,252,52); }
td.TdClassName
{
border-color: #3EFC34;
}
.TagClassName
{
border-color: #3EFC34;
}
</style>