Shades of Lime Green #35FE3E
Tints of Lime Green #35FE3E
RGB
CMYK
RGB Variations
Color information
#35FE3E (or 0x35FE3E) is known color: Lime Green. HEX triplet: 35, FE and 3E. RGB value is (53,254,62). Sum of RGB (Red+Green+Blue) = 53+254+62=369 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.36% from 369); Green value is 254 (99.61% from 255 or 68.83% from 369); Blue value is 62 (24.61% from 255 or 16.80% from 369); Max value from RGB is 254 - color contains mainly: green. Hex color #35FE3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35FE3E is #CA01C1. Grayscale: #ACACAC. Windows color (decimal): -13238722 or 4128309. OLE color: 4128309.
HSL color Cylindrical-coordinate representation of color #35FE3E: hue angle of 122.69º 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 #35FE3E is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 254 | 62 | - |
| CMYK | 0.79 | 0 | 0.76 | 0.00 |
| HSL | 122.69º | 0.99% | 0.6% | - |
| HSV(B) | 122.69º | 0.79% | 1% | - |
| XYZ | 37.78 | 71.99 | 16.46 | - |
| YUV | 172.01 | 65.91 | 43.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 254 | 62 | 0.79 | 0 | 0.76 | 0.00 | 122.69 | 0.99 | 0.6 |
| Hex | 35 | FE | 3E | 4F | 0 | 4C | 0 | 7B | 63 | 3C |
| Octal | 65 | 376 | 76 | 117 | 0 | 114 | 0 | 173 | 143 | 74 |
| Binary | 110101 | 11111110 | 111110 | 1001111 | 0 | 1001100 | 0 | 1111011 | 1100011 | 111100 |
Color Harmonies of #35FE3E
Complementary color
Monochromatic Colors of #35FE3E
Black with #35FE3E
Text Example
Text Example
White with #35FE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FE3E; }
p { color: rgb(53,254,62); }
H1.HeaderClassName
{
color: #35FE3E;
}
.AnyTagClassName
{
color: #35FE3E;
}
</style>
background-color css
<style>
a { background-color: #35FE3E; }
a { background-color: rgb(53,254,62); }
div.DivClassName
{
background-color: #35FE3E;
}
.BgClassName
{
background-color: #35FE3E;
}
</style>
border-color css
<style>
span { border-color: #35FE3E; }
span { border-color: rgb(53,254,62); }
td.TdClassName
{
border-color: #35FE3E;
}
.TagClassName
{
border-color: #35FE3E;
}
</style>