Shades of Lime Green #35F229
Tints of Lime Green #35F229
RGB
CMYK
RGB Variations
Color information
#35F229 (or 0x35F229) is known color: Lime Green. HEX triplet: 35, F2 and 29. RGB value is (53,242,41). Sum of RGB (Red+Green+Blue) = 53+242+41=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 242 (94.92% from 255 or 72.02% from 336); Blue value is 41 (16.41% from 255 or 12.20% from 336); Max value from RGB is 242 - color contains mainly: green. Hex color #35F229 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35F229 is #CA0DD6. Grayscale: #A3A3A3. Windows color (decimal): -13241815 or 2748981. OLE color: 2748981.
HSL color Cylindrical-coordinate representation of color #35F229: hue angle of 116.42º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #35F229 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 53 | 242 | 41 | - |
| CMYK | 0.78 | 0 | 0.83 | 0.05 |
| HSL | 116.42º | 0.89% | 0.55% | - |
| HSV(B) | 116.42º | 0.83% | 0.95% | - |
| XYZ | 33.62 | 64.42 | 12.76 | - |
| YUV | 162.58 | 59.38 | 49.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 242 | 41 | 0.78 | 0 | 0.83 | 0.05 | 116.42 | 0.89 | 0.55 |
| Hex | 35 | F2 | 29 | 4E | 0 | 53 | 5 | 74 | 59 | 37 |
| Octal | 65 | 362 | 51 | 116 | 0 | 123 | 5 | 164 | 131 | 67 |
| Binary | 110101 | 11110010 | 101001 | 1001110 | 0 | 1010011 | 101 | 1110100 | 1011001 | 110111 |
Color Harmonies of #35F229
Complementary color
Monochromatic Colors of #35F229
Black with #35F229
Text Example
Text Example
White with #35F229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35F229; }
p { color: rgb(53,242,41); }
H1.HeaderClassName
{
color: #35F229;
}
.AnyTagClassName
{
color: #35F229;
}
</style>
background-color css
<style>
a { background-color: #35F229; }
a { background-color: rgb(53,242,41); }
div.DivClassName
{
background-color: #35F229;
}
.BgClassName
{
background-color: #35F229;
}
</style>
border-color css
<style>
span { border-color: #35F229; }
span { border-color: rgb(53,242,41); }
td.TdClassName
{
border-color: #35F229;
}
.TagClassName
{
border-color: #35F229;
}
</style>