Shades of Lime Green #35C533
Tints of Lime Green #35C533
RGB
CMYK
RGB Variations
Color information
#35C533 (or 0x35C533) is known color: Lime Green. HEX triplet: 35, C5 and 33. RGB value is (53,197,51). Sum of RGB (Red+Green+Blue) = 53+197+51=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 197 (77.34% from 255 or 65.45% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 197 - color contains mainly: green. Hex color #35C533 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C533 is #CA3ACC. Grayscale: #898989. Windows color (decimal): -13253325 or 3392821. OLE color: 3392821.
HSL color Cylindrical-coordinate representation of color #35C533: hue angle of 119.18º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35C533 is Cyan = 0.73, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 53 | 197 | 51 | - |
| CMYK | 0.73 | 0 | 0.74 | 0.23 |
| HSL | 119.18º | 0.59% | 0.49% | - |
| HSV(B) | 119.18º | 0.74% | 0.77% | - |
| XYZ | 22.03 | 40.93 | 9.87 | - |
| YUV | 137.3 | 79.29 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 197 | 51 | 0.73 | 0 | 0.74 | 0.23 | 119.18 | 0.59 | 0.49 |
| Hex | 35 | C5 | 33 | 49 | 0 | 4A | 17 | 77 | 3B | 31 |
| Octal | 65 | 305 | 63 | 111 | 0 | 112 | 27 | 167 | 73 | 61 |
| Binary | 110101 | 11000101 | 110011 | 1001001 | 0 | 1001010 | 10111 | 1110111 | 111011 | 110001 |
Color Harmonies of #35C533
Complementary color
Monochromatic Colors of #35C533
Black with #35C533
Text Example
Text Example
White with #35C533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C533; }
p { color: rgb(53,197,51); }
H1.HeaderClassName
{
color: #35C533;
}
.AnyTagClassName
{
color: #35C533;
}
</style>
background-color css
<style>
a { background-color: #35C533; }
a { background-color: rgb(53,197,51); }
div.DivClassName
{
background-color: #35C533;
}
.BgClassName
{
background-color: #35C533;
}
</style>
border-color css
<style>
span { border-color: #35C533; }
span { border-color: rgb(53,197,51); }
td.TdClassName
{
border-color: #35C533;
}
.TagClassName
{
border-color: #35C533;
}
</style>