Shades of Lime Green #35C434
Tints of Lime Green #35C434
RGB
CMYK
RGB Variations
Color information
#35C434 (or 0x35C434) is known color: Lime Green. HEX triplet: 35, C4 and 34. RGB value is (53,196,52). Sum of RGB (Red+Green+Blue) = 53+196+52=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 196 (76.95% from 255 or 65.12% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 196 - color contains mainly: green. Hex color #35C434 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C434 is #CA3BCB. Grayscale: #898989. Windows color (decimal): -13253580 or 3458101. OLE color: 3458101.
HSL color Cylindrical-coordinate representation of color #35C434: hue angle of 119.58º degrees, saturation: 0.58, 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 #35C434 is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 53 | 196 | 52 | - |
| CMYK | 0.73 | 0 | 0.73 | 0.23 |
| HSL | 119.58º | 0.58% | 0.49% | - |
| HSV(B) | 119.58º | 0.73% | 0.77% | - |
| XYZ | 21.83 | 40.48 | 9.91 | - |
| YUV | 136.83 | 80.12 | 68.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 196 | 52 | 0.73 | 0 | 0.73 | 0.23 | 119.58 | 0.58 | 0.49 |
| Hex | 35 | C4 | 34 | 49 | 0 | 49 | 17 | 78 | 3A | 31 |
| Octal | 65 | 304 | 64 | 111 | 0 | 111 | 27 | 170 | 72 | 61 |
| Binary | 110101 | 11000100 | 110100 | 1001001 | 0 | 1001001 | 10111 | 1111000 | 111010 | 110001 |
Color Harmonies of #35C434
Complementary color
Monochromatic Colors of #35C434
Black with #35C434
Text Example
Text Example
White with #35C434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C434; }
p { color: rgb(53,196,52); }
H1.HeaderClassName
{
color: #35C434;
}
.AnyTagClassName
{
color: #35C434;
}
</style>
background-color css
<style>
a { background-color: #35C434; }
a { background-color: rgb(53,196,52); }
div.DivClassName
{
background-color: #35C434;
}
.BgClassName
{
background-color: #35C434;
}
</style>
border-color css
<style>
span { border-color: #35C434; }
span { border-color: rgb(53,196,52); }
td.TdClassName
{
border-color: #35C434;
}
.TagClassName
{
border-color: #35C434;
}
</style>