Shades of Lime Green #35C83C
Tints of Lime Green #35C83C
RGB
CMYK
RGB Variations
Color information
#35C83C (or 0x35C83C) is known color: Lime Green. HEX triplet: 35, C8 and 3C. RGB value is (53,200,60). Sum of RGB (Red+Green+Blue) = 53+200+60=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 200 (78.52% from 255 or 63.90% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 200 - color contains mainly: green. Hex color #35C83C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C83C is #CA37C3. Grayscale: #8C8C8C. Windows color (decimal): -13252548 or 3983413. OLE color: 3983413.
HSL color Cylindrical-coordinate representation of color #35C83C: hue angle of 122.86º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35C83C is Cyan = 0.74, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 53 | 200 | 60 | - |
| CMYK | 0.74 | 0 | 0.7 | 0.22 |
| HSL | 122.86º | 0.58% | 0.5% | - |
| HSV(B) | 122.86º | 0.74% | 0.78% | - |
| XYZ | 22.94 | 42.39 | 11.25 | - |
| YUV | 140.09 | 82.8 | 65.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 200 | 60 | 0.74 | 0 | 0.7 | 0.22 | 122.86 | 0.58 | 0.5 |
| Hex | 35 | C8 | 3C | 4A | 0 | 46 | 16 | 7B | 3A | 32 |
| Octal | 65 | 310 | 74 | 112 | 0 | 106 | 26 | 173 | 72 | 62 |
| Binary | 110101 | 11001000 | 111100 | 1001010 | 0 | 1000110 | 10110 | 1111011 | 111010 | 110010 |
Color Harmonies of #35C83C
Complementary color
Monochromatic Colors of #35C83C
Black with #35C83C
Text Example
Text Example
White with #35C83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C83C; }
p { color: rgb(53,200,60); }
H1.HeaderClassName
{
color: #35C83C;
}
.AnyTagClassName
{
color: #35C83C;
}
</style>
background-color css
<style>
a { background-color: #35C83C; }
a { background-color: rgb(53,200,60); }
div.DivClassName
{
background-color: #35C83C;
}
.BgClassName
{
background-color: #35C83C;
}
</style>
border-color css
<style>
span { border-color: #35C83C; }
span { border-color: rgb(53,200,60); }
td.TdClassName
{
border-color: #35C83C;
}
.TagClassName
{
border-color: #35C83C;
}
</style>