Shades of Lime Green #35FE3A
Tints of Lime Green #35FE3A
RGB
CMYK
RGB Variations
Color information
#35FE3A (or 0x35FE3A) is known color: Lime Green. HEX triplet: 35, FE and 3A. RGB value is (53,254,58). Sum of RGB (Red+Green+Blue) = 53+254+58=365 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.52% from 365); Green value is 254 (99.61% from 255 or 69.59% from 365); Blue value is 58 (23.05% from 255 or 15.89% from 365); Max value from RGB is 254 - color contains mainly: green. Hex color #35FE3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35FE3A is #CA01C5. Grayscale: #ACACAC. Windows color (decimal): -13238726 or 3866165. OLE color: 3866165.
HSL color Cylindrical-coordinate representation of color #35FE3A: hue angle of 121.49º 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 #35FE3A is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 254 | 58 | - |
| CMYK | 0.79 | 0 | 0.77 | 0.00 |
| HSL | 121.49º | 0.99% | 0.6% | - |
| HSV(B) | 121.49º | 0.79% | 1% | - |
| XYZ | 37.67 | 71.95 | 15.9 | - |
| YUV | 171.56 | 63.91 | 43.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 254 | 58 | 0.79 | 0 | 0.77 | 0.00 | 121.49 | 0.99 | 0.6 |
| Hex | 35 | FE | 3A | 4F | 0 | 4D | 0 | 79 | 63 | 3C |
| Octal | 65 | 376 | 72 | 117 | 0 | 115 | 0 | 171 | 143 | 74 |
| Binary | 110101 | 11111110 | 111010 | 1001111 | 0 | 1001101 | 0 | 1111001 | 1100011 | 111100 |
Color Harmonies of #35FE3A
Complementary color
Monochromatic Colors of #35FE3A
Black with #35FE3A
Text Example
Text Example
White with #35FE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FE3A; }
p { color: rgb(53,254,58); }
H1.HeaderClassName
{
color: #35FE3A;
}
.AnyTagClassName
{
color: #35FE3A;
}
</style>
background-color css
<style>
a { background-color: #35FE3A; }
a { background-color: rgb(53,254,58); }
div.DivClassName
{
background-color: #35FE3A;
}
.BgClassName
{
background-color: #35FE3A;
}
</style>
border-color css
<style>
span { border-color: #35FE3A; }
span { border-color: rgb(53,254,58); }
td.TdClassName
{
border-color: #35FE3A;
}
.TagClassName
{
border-color: #35FE3A;
}
</style>