Shades of Lime Green #35E63F
Tints of Lime Green #35E63F
RGB
CMYK
RGB Variations
Color information
#35E63F (or 0x35E63F) is known color: Lime Green. HEX triplet: 35, E6 and 3F. RGB value is (53,230,63). Sum of RGB (Red+Green+Blue) = 53+230+63=346 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.32% from 346); Green value is 230 (90.23% from 255 or 66.47% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 230 - color contains mainly: green. Hex color #35E63F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35E63F is #CA19C0. Grayscale: #9E9E9E. Windows color (decimal): -13244865 or 4187701. OLE color: 4187701.
HSL color Cylindrical-coordinate representation of color #35E63F: hue angle of 123.39º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E63F is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 230 | 63 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.10 |
| HSL | 123.39º | 0.78% | 0.55% | - |
| HSV(B) | 123.39º | 0.77% | 0.9% | - |
| XYZ | 30.66 | 57.71 | 14.23 | - |
| YUV | 158.04 | 74.36 | 53.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 230 | 63 | 0.77 | 0 | 0.73 | 0.10 | 123.39 | 0.78 | 0.55 |
| Hex | 35 | E6 | 3F | 4D | 0 | 49 | A | 7B | 4E | 37 |
| Octal | 65 | 346 | 77 | 115 | 0 | 111 | 12 | 173 | 116 | 67 |
| Binary | 110101 | 11100110 | 111111 | 1001101 | 0 | 1001001 | 1010 | 1111011 | 1001110 | 110111 |
Color Harmonies of #35E63F
Complementary color
Monochromatic Colors of #35E63F
Black with #35E63F
Text Example
Text Example
White with #35E63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E63F; }
p { color: rgb(53,230,63); }
H1.HeaderClassName
{
color: #35E63F;
}
.AnyTagClassName
{
color: #35E63F;
}
</style>
background-color css
<style>
a { background-color: #35E63F; }
a { background-color: rgb(53,230,63); }
div.DivClassName
{
background-color: #35E63F;
}
.BgClassName
{
background-color: #35E63F;
}
</style>
border-color css
<style>
span { border-color: #35E63F; }
span { border-color: rgb(53,230,63); }
td.TdClassName
{
border-color: #35E63F;
}
.TagClassName
{
border-color: #35E63F;
}
</style>