Shades of Lime Green #35F63C
Tints of Lime Green #35F63C
RGB
CMYK
RGB Variations
Color information
#35F63C (or 0x35F63C) is known color: Lime Green. HEX triplet: 35, F6 and 3C. RGB value is (53,246,60). Sum of RGB (Red+Green+Blue) = 53+246+60=359 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.76% from 359); Green value is 246 (96.48% from 255 or 68.52% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 246 - color contains mainly: green. Hex color #35F63C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35F63C is #CA09C3. Grayscale: #A7A7A7. Windows color (decimal): -13240772 or 3995189. OLE color: 3995189.
HSL color Cylindrical-coordinate representation of color #35F63C: hue angle of 122.18º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F63C is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 53 | 246 | 60 | - |
| CMYK | 0.78 | 0 | 0.76 | 0.04 |
| HSL | 122.18º | 0.91% | 0.59% | - |
| HSV(B) | 122.18º | 0.78% | 0.96% | - |
| XYZ | 35.24 | 66.99 | 15.35 | - |
| YUV | 167.09 | 67.56 | 46.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 246 | 60 | 0.78 | 0 | 0.76 | 0.04 | 122.18 | 0.91 | 0.59 |
| Hex | 35 | F6 | 3C | 4E | 0 | 4C | 4 | 7A | 5B | 3B |
| Octal | 65 | 366 | 74 | 116 | 0 | 114 | 4 | 172 | 133 | 73 |
| Binary | 110101 | 11110110 | 111100 | 1001110 | 0 | 1001100 | 100 | 1111010 | 1011011 | 111011 |
Color Harmonies of #35F63C
Complementary color
Monochromatic Colors of #35F63C
Black with #35F63C
Text Example
Text Example
White with #35F63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35F63C; }
p { color: rgb(53,246,60); }
H1.HeaderClassName
{
color: #35F63C;
}
.AnyTagClassName
{
color: #35F63C;
}
</style>
background-color css
<style>
a { background-color: #35F63C; }
a { background-color: rgb(53,246,60); }
div.DivClassName
{
background-color: #35F63C;
}
.BgClassName
{
background-color: #35F63C;
}
</style>
border-color css
<style>
span { border-color: #35F63C; }
span { border-color: rgb(53,246,60); }
td.TdClassName
{
border-color: #35F63C;
}
.TagClassName
{
border-color: #35F63C;
}
</style>