Shades of Lime Green #35C63C
Tints of Lime Green #35C63C
RGB
CMYK
RGB Variations
Color information
#35C63C (or 0x35C63C) is known color: Lime Green. HEX triplet: 35, C6 and 3C. RGB value is (53,198,60). Sum of RGB (Red+Green+Blue) = 53+198+60=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 198 (77.73% from 255 or 63.67% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 198 - color contains mainly: green. Hex color #35C63C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C63C is #CA39C3. Grayscale: #8B8B8B. Windows color (decimal): -13253060 or 3982901. OLE color: 3982901.
HSL color Cylindrical-coordinate representation of color #35C63C: hue angle of 122.9º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C63C is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 53 | 198 | 60 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.22 |
| HSL | 122.9º | 0.58% | 0.49% | - |
| HSV(B) | 122.9º | 0.73% | 0.78% | - |
| XYZ | 22.48 | 41.47 | 11.1 | - |
| YUV | 138.91 | 83.46 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 198 | 60 | 0.73 | 0 | 0.70 | 0.22 | 122.9 | 0.58 | 0.49 |
| Hex | 35 | C6 | 3C | 49 | 0 | 46 | 16 | 7B | 3A | 31 |
| Octal | 65 | 306 | 74 | 111 | 0 | 106 | 26 | 173 | 72 | 61 |
| Binary | 110101 | 11000110 | 111100 | 1001001 | 0 | 1000110 | 10110 | 1111011 | 111010 | 110001 |
Color Harmonies of #35C63C
Complementary color
Monochromatic Colors of #35C63C
Black with #35C63C
Text Example
Text Example
White with #35C63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C63C; }
p { color: rgb(53,198,60); }
H1.HeaderClassName
{
color: #35C63C;
}
.AnyTagClassName
{
color: #35C63C;
}
</style>
background-color css
<style>
a { background-color: #35C63C; }
a { background-color: rgb(53,198,60); }
div.DivClassName
{
background-color: #35C63C;
}
.BgClassName
{
background-color: #35C63C;
}
</style>
border-color css
<style>
span { border-color: #35C63C; }
span { border-color: rgb(53,198,60); }
td.TdClassName
{
border-color: #35C63C;
}
.TagClassName
{
border-color: #35C63C;
}
</style>