Shades of Lime Green #3EFC30
Tints of Lime Green #3EFC30
RGB
CMYK
RGB Variations
Color information
#3EFC30 (or 0x3EFC30) is known color: Lime Green. HEX triplet: 3E, FC and 30. RGB value is (62,252,48). Sum of RGB (Red+Green+Blue) = 62+252+48=362 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.13% from 362); Green value is 252 (98.83% from 255 or 69.61% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 252 - color contains mainly: green. Hex color #3EFC30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EFC30 is #C103CF. Grayscale: #ACACAC. Windows color (decimal): -12649424 or 3210302. OLE color: 3210302.
HSL color Cylindrical-coordinate representation of color #3EFC30: hue angle of 115.88º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3EFC30 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 252 | 48 | - |
| CMYK | 0.75 | 0 | 0.81 | 0.01 |
| HSL | 115.88º | 0.97% | 0.59% | - |
| HSV(B) | 115.88º | 0.81% | 0.99% | - |
| XYZ | 37.33 | 70.86 | 14.51 | - |
| YUV | 171.93 | 58.05 | 49.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 252 | 48 | 0.75 | 0 | 0.81 | 0.01 | 115.88 | 0.97 | 0.59 |
| Hex | 3E | FC | 30 | 4B | 0 | 51 | 1 | 74 | 61 | 3B |
| Octal | 76 | 374 | 60 | 113 | 0 | 121 | 1 | 164 | 141 | 73 |
| Binary | 111110 | 11111100 | 110000 | 1001011 | 0 | 1010001 | 1 | 1110100 | 1100001 | 111011 |
Color Harmonies of #3EFC30
Complementary color
Monochromatic Colors of #3EFC30
Black with #3EFC30
Text Example
Text Example
White with #3EFC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFC30; }
p { color: rgb(62,252,48); }
H1.HeaderClassName
{
color: #3EFC30;
}
.AnyTagClassName
{
color: #3EFC30;
}
</style>
background-color css
<style>
a { background-color: #3EFC30; }
a { background-color: rgb(62,252,48); }
div.DivClassName
{
background-color: #3EFC30;
}
.BgClassName
{
background-color: #3EFC30;
}
</style>
border-color css
<style>
span { border-color: #3EFC30; }
span { border-color: rgb(62,252,48); }
td.TdClassName
{
border-color: #3EFC30;
}
.TagClassName
{
border-color: #3EFC30;
}
</style>