Shades of Lime Green #35D64C
Tints of Lime Green #35D64C
RGB
CMYK
RGB Variations
Color information
#35D64C (or 0x35D64C) is known color: Lime Green. HEX triplet: 35, D6 and 4C. RGB value is (53,214,76). Sum of RGB (Red+Green+Blue) = 53+214+76=343 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.45% from 343); Green value is 214 (83.98% from 255 or 62.39% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 214 - color contains mainly: green. Hex color #35D64C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D64C is #CA29B3. Grayscale: #969696. Windows color (decimal): -13248948 or 5035573. OLE color: 5035573.
HSL color Cylindrical-coordinate representation of color #35D64C: hue angle of 128.57º 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 #35D64C is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 53 | 214 | 76 | - |
| CMYK | 0.75 | 0 | 0.64 | 0.16 |
| HSL | 128.57º | 0.66% | 0.52% | - |
| HSV(B) | 128.57º | 0.75% | 0.84% | - |
| XYZ | 26.82 | 49.37 | 14.95 | - |
| YUV | 150.13 | 86.16 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 214 | 76 | 0.75 | 0 | 0.64 | 0.16 | 128.57 | 0.66 | 0.52 |
| Hex | 35 | D6 | 4C | 4B | 0 | 40 | 10 | 81 | 42 | 34 |
| Octal | 65 | 326 | 114 | 113 | 0 | 100 | 20 | 201 | 102 | 64 |
| Binary | 110101 | 11010110 | 1001100 | 1001011 | 0 | 1000000 | 10000 | 10000001 | 1000010 | 110100 |
Color Harmonies of #35D64C
Complementary color
Monochromatic Colors of #35D64C
Black with #35D64C
Text Example
Text Example
White with #35D64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D64C; }
p { color: rgb(53,214,76); }
H1.HeaderClassName
{
color: #35D64C;
}
.AnyTagClassName
{
color: #35D64C;
}
</style>
background-color css
<style>
a { background-color: #35D64C; }
a { background-color: rgb(53,214,76); }
div.DivClassName
{
background-color: #35D64C;
}
.BgClassName
{
background-color: #35D64C;
}
</style>
border-color css
<style>
span { border-color: #35D64C; }
span { border-color: rgb(53,214,76); }
td.TdClassName
{
border-color: #35D64C;
}
.TagClassName
{
border-color: #35D64C;
}
</style>