Shades of Lime Green #35D63C
Tints of Lime Green #35D63C
RGB
CMYK
RGB Variations
Color information
#35D63C (or 0x35D63C) is known color: Lime Green. HEX triplet: 35, D6 and 3C. RGB value is (53,214,60). Sum of RGB (Red+Green+Blue) = 53+214+60=327 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.21% from 327); Green value is 214 (83.98% from 255 or 65.44% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 214 - color contains mainly: green. Hex color #35D63C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D63C is #CA29C3. Grayscale: #949494. Windows color (decimal): -13248964 or 3986997. OLE color: 3986997.
HSL color Cylindrical-coordinate representation of color #35D63C: hue angle of 122.61º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D63C is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 53 | 214 | 60 | - |
| CMYK | 0.75 | 0 | 0.72 | 0.16 |
| HSL | 122.61º | 0.66% | 0.52% | - |
| HSV(B) | 122.61º | 0.75% | 0.84% | - |
| XYZ | 26.33 | 49.18 | 12.38 | - |
| YUV | 148.31 | 78.16 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 214 | 60 | 0.75 | 0 | 0.72 | 0.16 | 122.61 | 0.66 | 0.52 |
| Hex | 35 | D6 | 3C | 4B | 0 | 48 | 10 | 7B | 42 | 34 |
| Octal | 65 | 326 | 74 | 113 | 0 | 110 | 20 | 173 | 102 | 64 |
| Binary | 110101 | 11010110 | 111100 | 1001011 | 0 | 1001000 | 10000 | 1111011 | 1000010 | 110100 |
Color Harmonies of #35D63C
Complementary color
Monochromatic Colors of #35D63C
Black with #35D63C
Text Example
Text Example
White with #35D63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D63C; }
p { color: rgb(53,214,60); }
H1.HeaderClassName
{
color: #35D63C;
}
.AnyTagClassName
{
color: #35D63C;
}
</style>
background-color css
<style>
a { background-color: #35D63C; }
a { background-color: rgb(53,214,60); }
div.DivClassName
{
background-color: #35D63C;
}
.BgClassName
{
background-color: #35D63C;
}
</style>
border-color css
<style>
span { border-color: #35D63C; }
span { border-color: rgb(53,214,60); }
td.TdClassName
{
border-color: #35D63C;
}
.TagClassName
{
border-color: #35D63C;
}
</style>