Shades of Lime Green #35FA39
Tints of Lime Green #35FA39
RGB
CMYK
RGB Variations
Color information
#35FA39 (or 0x35FA39) is known color: Lime Green. HEX triplet: 35, FA and 39. RGB value is (53,250,57). Sum of RGB (Red+Green+Blue) = 53+250+57=360 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.72% from 360); Green value is 250 (98.05% from 255 or 69.44% from 360); Blue value is 57 (22.66% from 255 or 15.83% from 360); Max value from RGB is 250 - color contains mainly: green. Hex color #35FA39 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35FA39 is #CA05C6. Grayscale: #A9A9A9. Windows color (decimal): -13239751 or 3799605. OLE color: 3799605.
HSL color Cylindrical-coordinate representation of color #35FA39: hue angle of 121.22º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FA39 is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 53 | 250 | 57 | - |
| CMYK | 0.79 | 0 | 0.77 | 0.02 |
| HSL | 121.22º | 0.95% | 0.59% | - |
| HSV(B) | 121.22º | 0.79% | 0.98% | - |
| XYZ | 36.39 | 69.42 | 15.35 | - |
| YUV | 169.1 | 64.73 | 45.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 250 | 57 | 0.79 | 0 | 0.77 | 0.02 | 121.22 | 0.95 | 0.59 |
| Hex | 35 | FA | 39 | 4F | 0 | 4D | 2 | 79 | 5F | 3B |
| Octal | 65 | 372 | 71 | 117 | 0 | 115 | 2 | 171 | 137 | 73 |
| Binary | 110101 | 11111010 | 111001 | 1001111 | 0 | 1001101 | 10 | 1111001 | 1011111 | 111011 |
Color Harmonies of #35FA39
Complementary color
Monochromatic Colors of #35FA39
Black with #35FA39
Text Example
Text Example
White with #35FA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FA39; }
p { color: rgb(53,250,57); }
H1.HeaderClassName
{
color: #35FA39;
}
.AnyTagClassName
{
color: #35FA39;
}
</style>
background-color css
<style>
a { background-color: #35FA39; }
a { background-color: rgb(53,250,57); }
div.DivClassName
{
background-color: #35FA39;
}
.BgClassName
{
background-color: #35FA39;
}
</style>
border-color css
<style>
span { border-color: #35FA39; }
span { border-color: rgb(53,250,57); }
td.TdClassName
{
border-color: #35FA39;
}
.TagClassName
{
border-color: #35FA39;
}
</style>