Shades of Lime Green #41F935
Tints of Lime Green #41F935
RGB
CMYK
RGB Variations
Color information
#41F935 (or 0x41F935) is known color: Lime Green. HEX triplet: 41, F9 and 35. RGB value is (65,249,53). Sum of RGB (Red+Green+Blue) = 65+249+53=367 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.71% from 367); Green value is 249 (97.66% from 255 or 67.85% from 367); Blue value is 53 (21.09% from 255 or 14.44% from 367); Max value from RGB is 249 - color contains mainly: green. Hex color #41F935 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F935 is #BE06CA. Grayscale: #ACACAC. Windows color (decimal): -12453579 or 3537217. OLE color: 3537217.
HSL color Cylindrical-coordinate representation of color #41F935: hue angle of 116.33º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #41F935 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 249 | 53 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.02 |
| HSL | 116.33º | 0.94% | 0.59% | - |
| HSV(B) | 116.33º | 0.79% | 0.98% | - |
| XYZ | 36.7 | 69.13 | 14.78 | - |
| YUV | 171.64 | 61.04 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 249 | 53 | 0.74 | 0 | 0.79 | 0.02 | 116.33 | 0.94 | 0.59 |
| Hex | 41 | F9 | 35 | 4A | 0 | 4F | 2 | 74 | 5E | 3B |
| Octal | 101 | 371 | 65 | 112 | 0 | 117 | 2 | 164 | 136 | 73 |
| Binary | 1000001 | 11111001 | 110101 | 1001010 | 0 | 1001111 | 10 | 1110100 | 1011110 | 111011 |
Color Harmonies of #41F935
Complementary color
Monochromatic Colors of #41F935
Black with #41F935
Text Example
Text Example
White with #41F935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F935; }
p { color: rgb(65,249,53); }
H1.HeaderClassName
{
color: #41F935;
}
.AnyTagClassName
{
color: #41F935;
}
</style>
background-color css
<style>
a { background-color: #41F935; }
a { background-color: rgb(65,249,53); }
div.DivClassName
{
background-color: #41F935;
}
.BgClassName
{
background-color: #41F935;
}
</style>
border-color css
<style>
span { border-color: #41F935; }
span { border-color: rgb(65,249,53); }
td.TdClassName
{
border-color: #41F935;
}
.TagClassName
{
border-color: #41F935;
}
</style>