Shades of Lime Green #35C346
Tints of Lime Green #35C346
RGB
CMYK
RGB Variations
Color information
#35C346 (or 0x35C346) is known color: Lime Green. HEX triplet: 35, C3 and 46. RGB value is (53,195,70). Sum of RGB (Red+Green+Blue) = 53+195+70=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 195 (76.56% from 255 or 61.32% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 195 - color contains mainly: green. Hex color #35C346 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C346 is #CA3CB9. Grayscale: #8A8A8A. Windows color (decimal): -13253818 or 4637493. OLE color: 4637493.
HSL color Cylindrical-coordinate representation of color #35C346: hue angle of 127.18º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C346 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 195 | 70 | - |
| CMYK | 0.73 | 0 | 0.64 | 0.24 |
| HSL | 127.18º | 0.57% | 0.49% | - |
| HSV(B) | 127.18º | 0.73% | 0.76% | - |
| XYZ | 22.09 | 40.23 | 12.4 | - |
| YUV | 138.29 | 89.46 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 195 | 70 | 0.73 | 0 | 0.64 | 0.24 | 127.18 | 0.57 | 0.49 |
| Hex | 35 | C3 | 46 | 49 | 0 | 40 | 18 | 7F | 39 | 31 |
| Octal | 65 | 303 | 106 | 111 | 0 | 100 | 30 | 177 | 71 | 61 |
| Binary | 110101 | 11000011 | 1000110 | 1001001 | 0 | 1000000 | 11000 | 1111111 | 111001 | 110001 |
Color Harmonies of #35C346
Complementary color
Monochromatic Colors of #35C346
Black with #35C346
Text Example
Text Example
White with #35C346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C346; }
p { color: rgb(53,195,70); }
H1.HeaderClassName
{
color: #35C346;
}
.AnyTagClassName
{
color: #35C346;
}
</style>
background-color css
<style>
a { background-color: #35C346; }
a { background-color: rgb(53,195,70); }
div.DivClassName
{
background-color: #35C346;
}
.BgClassName
{
background-color: #35C346;
}
</style>
border-color css
<style>
span { border-color: #35C346; }
span { border-color: rgb(53,195,70); }
td.TdClassName
{
border-color: #35C346;
}
.TagClassName
{
border-color: #35C346;
}
</style>