Shades of Lime Green #35C83F
Tints of Lime Green #35C83F
RGB
CMYK
RGB Variations
Color information
#35C83F (or 0x35C83F) is known color: Lime Green. HEX triplet: 35, C8 and 3F. RGB value is (53,200,63). Sum of RGB (Red+Green+Blue) = 53+200+63=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 200 (78.52% from 255 or 63.29% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 200 - color contains mainly: green. Hex color #35C83F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C83F is #CA37C0. Grayscale: #8C8C8C. Windows color (decimal): -13252545 or 4180021. OLE color: 4180021.
HSL color Cylindrical-coordinate representation of color #35C83F: hue angle of 124.08º 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 #35C83F is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 53 | 200 | 63 | - |
| CMYK | 0.74 | 0 | 0.68 | 0.22 |
| HSL | 124.08º | 0.58% | 0.5% | - |
| HSV(B) | 124.08º | 0.74% | 0.78% | - |
| XYZ | 23.02 | 42.42 | 11.68 | - |
| YUV | 140.43 | 84.3 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 200 | 63 | 0.74 | 0 | 0.68 | 0.22 | 124.08 | 0.58 | 0.5 |
| Hex | 35 | C8 | 3F | 4A | 0 | 44 | 16 | 7C | 3A | 32 |
| Octal | 65 | 310 | 77 | 112 | 0 | 104 | 26 | 174 | 72 | 62 |
| Binary | 110101 | 11001000 | 111111 | 1001010 | 0 | 1000100 | 10110 | 1111100 | 111010 | 110010 |
Color Harmonies of #35C83F
Complementary color
Monochromatic Colors of #35C83F
Black with #35C83F
Text Example
Text Example
White with #35C83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C83F; }
p { color: rgb(53,200,63); }
H1.HeaderClassName
{
color: #35C83F;
}
.AnyTagClassName
{
color: #35C83F;
}
</style>
background-color css
<style>
a { background-color: #35C83F; }
a { background-color: rgb(53,200,63); }
div.DivClassName
{
background-color: #35C83F;
}
.BgClassName
{
background-color: #35C83F;
}
</style>
border-color css
<style>
span { border-color: #35C83F; }
span { border-color: rgb(53,200,63); }
td.TdClassName
{
border-color: #35C83F;
}
.TagClassName
{
border-color: #35C83F;
}
</style>