Shades of Lime Green #35C63D
Tints of Lime Green #35C63D
RGB
CMYK
RGB Variations
Color information
#35C63D (or 0x35C63D) is known color: Lime Green. HEX triplet: 35, C6 and 3D. RGB value is (53,198,61). Sum of RGB (Red+Green+Blue) = 53+198+61=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 198 (77.73% from 255 or 63.46% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 198 - color contains mainly: green. Hex color #35C63D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C63D is #CA39C2. Grayscale: #8B8B8B. Windows color (decimal): -13253059 or 4048437. OLE color: 4048437.
HSL color Cylindrical-coordinate representation of color #35C63D: hue angle of 123.31º 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 #35C63D is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 53 | 198 | 61 | - |
| CMYK | 0.73 | 0 | 0.69 | 0.22 |
| HSL | 123.31º | 0.58% | 0.49% | - |
| HSV(B) | 123.31º | 0.73% | 0.78% | - |
| XYZ | 22.5 | 41.48 | 11.24 | - |
| YUV | 139.03 | 83.96 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 198 | 61 | 0.73 | 0 | 0.69 | 0.22 | 123.31 | 0.58 | 0.49 |
| Hex | 35 | C6 | 3D | 49 | 0 | 45 | 16 | 7B | 3A | 31 |
| Octal | 65 | 306 | 75 | 111 | 0 | 105 | 26 | 173 | 72 | 61 |
| Binary | 110101 | 11000110 | 111101 | 1001001 | 0 | 1000101 | 10110 | 1111011 | 111010 | 110001 |
Color Harmonies of #35C63D
Complementary color
Monochromatic Colors of #35C63D
Black with #35C63D
Text Example
Text Example
White with #35C63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C63D; }
p { color: rgb(53,198,61); }
H1.HeaderClassName
{
color: #35C63D;
}
.AnyTagClassName
{
color: #35C63D;
}
</style>
background-color css
<style>
a { background-color: #35C63D; }
a { background-color: rgb(53,198,61); }
div.DivClassName
{
background-color: #35C63D;
}
.BgClassName
{
background-color: #35C63D;
}
</style>
border-color css
<style>
span { border-color: #35C63D; }
span { border-color: rgb(53,198,61); }
td.TdClassName
{
border-color: #35C63D;
}
.TagClassName
{
border-color: #35C63D;
}
</style>