Shades of Lime Green #35C121
Tints of Lime Green #35C121
RGB
CMYK
RGB Variations
Color information
#35C121 (or 0x35C121) is known color: Lime Green. HEX triplet: 35, C1 and 21. RGB value is (53,193,33). Sum of RGB (Red+Green+Blue) = 53+193+33=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 193 (75.78% from 255 or 69.18% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 193 - color contains mainly: green. Hex color #35C121 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C121 is #CA3EDE. Grayscale: #858585. Windows color (decimal): -13254367 or 2212149. OLE color: 2212149.
HSL color Cylindrical-coordinate representation of color #35C121: hue angle of 112.5º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #35C121 is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 193 | 33 | - |
| CMYK | 0.73 | 0 | 0.83 | 0.24 |
| HSL | 112.5º | 0.71% | 0.44% | - |
| HSV(B) | 112.5º | 0.83% | 0.76% | - |
| XYZ | 20.81 | 39.01 | 7.87 | - |
| YUV | 132.9 | 71.62 | 71.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 193 | 33 | 0.73 | 0 | 0.83 | 0.24 | 112.5 | 0.71 | 0.44 |
| Hex | 35 | C1 | 21 | 49 | 0 | 53 | 18 | 70 | 47 | 2C |
| Octal | 65 | 301 | 41 | 111 | 0 | 123 | 30 | 160 | 107 | 54 |
| Binary | 110101 | 11000001 | 100001 | 1001001 | 0 | 1010011 | 11000 | 1110000 | 1000111 | 101100 |
Color Harmonies of #35C121
Complementary color
Monochromatic Colors of #35C121
Black with #35C121
Text Example
Text Example
White with #35C121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C121; }
p { color: rgb(53,193,33); }
H1.HeaderClassName
{
color: #35C121;
}
.AnyTagClassName
{
color: #35C121;
}
</style>
background-color css
<style>
a { background-color: #35C121; }
a { background-color: rgb(53,193,33); }
div.DivClassName
{
background-color: #35C121;
}
.BgClassName
{
background-color: #35C121;
}
</style>
border-color css
<style>
span { border-color: #35C121; }
span { border-color: rgb(53,193,33); }
td.TdClassName
{
border-color: #35C121;
}
.TagClassName
{
border-color: #35C121;
}
</style>