Shades of Lime Green #35D02E
Tints of Lime Green #35D02E
RGB
CMYK
RGB Variations
Color information
#35D02E (or 0x35D02E) is known color: Lime Green. HEX triplet: 35, D0 and 2E. RGB value is (53,208,46). Sum of RGB (Red+Green+Blue) = 53+208+46=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 208 (81.64% from 255 or 67.75% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 208 - color contains mainly: green. Hex color #35D02E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D02E is #CA2FD1. Grayscale: #8F8F8F. Windows color (decimal): -13250514 or 3067957. OLE color: 3067957.
HSL color Cylindrical-coordinate representation of color #35D02E: hue angle of 117.41º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35D02E is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 208 | 46 | - |
| CMYK | 0.75 | 0 | 0.78 | 0.18 |
| HSL | 117.41º | 0.64% | 0.5% | - |
| HSV(B) | 117.41º | 0.78% | 0.82% | - |
| XYZ | 24.52 | 46.07 | 10.18 | - |
| YUV | 143.19 | 73.15 | 63.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 208 | 46 | 0.75 | 0 | 0.78 | 0.18 | 117.41 | 0.64 | 0.5 |
| Hex | 35 | D0 | 2E | 4B | 0 | 4E | 12 | 75 | 40 | 32 |
| Octal | 65 | 320 | 56 | 113 | 0 | 116 | 22 | 165 | 100 | 62 |
| Binary | 110101 | 11010000 | 101110 | 1001011 | 0 | 1001110 | 10010 | 1110101 | 1000000 | 110010 |
Color Harmonies of #35D02E
Complementary color
Monochromatic Colors of #35D02E
Black with #35D02E
Text Example
Text Example
White with #35D02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D02E; }
p { color: rgb(53,208,46); }
H1.HeaderClassName
{
color: #35D02E;
}
.AnyTagClassName
{
color: #35D02E;
}
</style>
background-color css
<style>
a { background-color: #35D02E; }
a { background-color: rgb(53,208,46); }
div.DivClassName
{
background-color: #35D02E;
}
.BgClassName
{
background-color: #35D02E;
}
</style>
border-color css
<style>
span { border-color: #35D02E; }
span { border-color: rgb(53,208,46); }
td.TdClassName
{
border-color: #35D02E;
}
.TagClassName
{
border-color: #35D02E;
}
</style>