Shades of Lime Green #35C43D
Tints of Lime Green #35C43D
RGB
CMYK
RGB Variations
Color information
#35C43D (or 0x35C43D) is known color: Lime Green. HEX triplet: 35, C4 and 3D. RGB value is (53,196,61). Sum of RGB (Red+Green+Blue) = 53+196+61=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 196 (76.95% from 255 or 63.23% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 196 - color contains mainly: green. Hex color #35C43D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C43D is #CA3BC2. Grayscale: #8A8A8A. Windows color (decimal): -13253571 or 4047925. OLE color: 4047925.
HSL color Cylindrical-coordinate representation of color #35C43D: hue angle of 123.36º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C43D is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 53 | 196 | 61 | - |
| CMYK | 0.73 | 0 | 0.69 | 0.23 |
| HSL | 123.36º | 0.57% | 0.49% | - |
| HSV(B) | 123.36º | 0.73% | 0.77% | - |
| XYZ | 22.05 | 40.57 | 11.08 | - |
| YUV | 137.85 | 84.62 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 196 | 61 | 0.73 | 0 | 0.69 | 0.23 | 123.36 | 0.57 | 0.49 |
| Hex | 35 | C4 | 3D | 49 | 0 | 45 | 17 | 7B | 39 | 31 |
| Octal | 65 | 304 | 75 | 111 | 0 | 105 | 27 | 173 | 71 | 61 |
| Binary | 110101 | 11000100 | 111101 | 1001001 | 0 | 1000101 | 10111 | 1111011 | 111001 | 110001 |
Color Harmonies of #35C43D
Complementary color
Monochromatic Colors of #35C43D
Black with #35C43D
Text Example
Text Example
White with #35C43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C43D; }
p { color: rgb(53,196,61); }
H1.HeaderClassName
{
color: #35C43D;
}
.AnyTagClassName
{
color: #35C43D;
}
</style>
background-color css
<style>
a { background-color: #35C43D; }
a { background-color: rgb(53,196,61); }
div.DivClassName
{
background-color: #35C43D;
}
.BgClassName
{
background-color: #35C43D;
}
</style>
border-color css
<style>
span { border-color: #35C43D; }
span { border-color: rgb(53,196,61); }
td.TdClassName
{
border-color: #35C43D;
}
.TagClassName
{
border-color: #35C43D;
}
</style>