Shades of Lime Green #35E334
Tints of Lime Green #35E334
RGB
CMYK
RGB Variations
Color information
#35E334 (or 0x35E334) is known color: Lime Green. HEX triplet: 35, E3 and 34. RGB value is (53,227,52). Sum of RGB (Red+Green+Blue) = 53+227+52=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 227 (89.06% from 255 or 68.37% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 227 - color contains mainly: green. Hex color #35E334 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35E334 is #CA1CCB. Grayscale: #9B9B9B. Windows color (decimal): -13245644 or 3466037. OLE color: 3466037.
HSL color Cylindrical-coordinate representation of color #35E334: hue angle of 119.66º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E334 is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 227 | 52 | - |
| CMYK | 0.77 | 0 | 0.77 | 0.11 |
| HSL | 119.66º | 0.76% | 0.55% | - |
| HSV(B) | 119.66º | 0.77% | 0.89% | - |
| XYZ | 29.56 | 55.94 | 12.49 | - |
| YUV | 155.02 | 69.85 | 55.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 227 | 52 | 0.77 | 0 | 0.77 | 0.11 | 119.66 | 0.76 | 0.55 |
| Hex | 35 | E3 | 34 | 4D | 0 | 4D | B | 78 | 4C | 37 |
| Octal | 65 | 343 | 64 | 115 | 0 | 115 | 13 | 170 | 114 | 67 |
| Binary | 110101 | 11100011 | 110100 | 1001101 | 0 | 1001101 | 1011 | 1111000 | 1001100 | 110111 |
Color Harmonies of #35E334
Complementary color
Monochromatic Colors of #35E334
Black with #35E334
Text Example
Text Example
White with #35E334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E334; }
p { color: rgb(53,227,52); }
H1.HeaderClassName
{
color: #35E334;
}
.AnyTagClassName
{
color: #35E334;
}
</style>
background-color css
<style>
a { background-color: #35E334; }
a { background-color: rgb(53,227,52); }
div.DivClassName
{
background-color: #35E334;
}
.BgClassName
{
background-color: #35E334;
}
</style>
border-color css
<style>
span { border-color: #35E334; }
span { border-color: rgb(53,227,52); }
td.TdClassName
{
border-color: #35E334;
}
.TagClassName
{
border-color: #35E334;
}
</style>