Shades of Lime Green #3AFE36
Tints of Lime Green #3AFE36
RGB
CMYK
RGB Variations
Color information
#3AFE36 (or 0x3AFE36) is known color: Lime Green. HEX triplet: 3A, FE and 36. RGB value is (58,254,54). Sum of RGB (Red+Green+Blue) = 58+254+54=366 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.85% from 366); Green value is 254 (99.61% from 255 or 69.40% from 366); Blue value is 54 (21.48% from 255 or 14.75% from 366); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFE36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFE36 is #C501C9. Grayscale: #ADADAD. Windows color (decimal): -12911050 or 3604026. OLE color: 3604026.
HSL color Cylindrical-coordinate representation of color #3AFE36: hue angle of 118.8º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3AFE36 is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 54 | - |
| CMYK | 0.77 | 0 | 0.79 | 0.00 |
| HSL | 118.8º | 0.99% | 0.6% | - |
| HSV(B) | 118.8º | 0.79% | 1% | - |
| XYZ | 37.85 | 72.05 | 15.4 | - |
| YUV | 172.6 | 61.07 | 46.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 54 | 0.77 | 0 | 0.79 | 0.00 | 118.8 | 0.99 | 0.6 |
| Hex | 3A | FE | 36 | 4D | 0 | 4F | 0 | 77 | 63 | 3C |
| Octal | 72 | 376 | 66 | 115 | 0 | 117 | 0 | 167 | 143 | 74 |
| Binary | 111010 | 11111110 | 110110 | 1001101 | 0 | 1001111 | 0 | 1110111 | 1100011 | 111100 |
Color Harmonies of #3AFE36
Complementary color
Monochromatic Colors of #3AFE36
Black with #3AFE36
Text Example
Text Example
White with #3AFE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFE36; }
p { color: rgb(58,254,54); }
H1.HeaderClassName
{
color: #3AFE36;
}
.AnyTagClassName
{
color: #3AFE36;
}
</style>
background-color css
<style>
a { background-color: #3AFE36; }
a { background-color: rgb(58,254,54); }
div.DivClassName
{
background-color: #3AFE36;
}
.BgClassName
{
background-color: #3AFE36;
}
</style>
border-color css
<style>
span { border-color: #3AFE36; }
span { border-color: rgb(58,254,54); }
td.TdClassName
{
border-color: #3AFE36;
}
.TagClassName
{
border-color: #3AFE36;
}
</style>