Shades of Lime Green #41F92F
Tints of Lime Green #41F92F
RGB
CMYK
RGB Variations
Color information
#41F92F (or 0x41F92F) is known color: Lime Green. HEX triplet: 41, F9 and 2F. RGB value is (65,249,47). Sum of RGB (Red+Green+Blue) = 65+249+47=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 249 (97.66% from 255 or 68.98% from 361); Blue value is 47 (18.75% from 255 or 13.02% from 361); Max value from RGB is 249 - color contains mainly: green. Hex color #41F92F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F92F is #BE06D0. Grayscale: #ABABAB. Windows color (decimal): -12453585 or 3144001. OLE color: 3144001.
HSL color Cylindrical-coordinate representation of color #41F92F: hue angle of 114.65º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #41F92F is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 249 | 47 | - |
| CMYK | 0.74 | 0 | 0.81 | 0.02 |
| HSL | 114.65º | 0.94% | 0.58% | - |
| HSV(B) | 114.65º | 0.81% | 0.98% | - |
| XYZ | 36.57 | 69.08 | 14.1 | - |
| YUV | 170.96 | 58.04 | 52.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 249 | 47 | 0.74 | 0 | 0.81 | 0.02 | 114.65 | 0.94 | 0.58 |
| Hex | 41 | F9 | 2F | 4A | 0 | 51 | 2 | 73 | 5E | 3A |
| Octal | 101 | 371 | 57 | 112 | 0 | 121 | 2 | 163 | 136 | 72 |
| Binary | 1000001 | 11111001 | 101111 | 1001010 | 0 | 1010001 | 10 | 1110011 | 1011110 | 111010 |
Color Harmonies of #41F92F
Complementary color
Monochromatic Colors of #41F92F
Black with #41F92F
Text Example
Text Example
White with #41F92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F92F; }
p { color: rgb(65,249,47); }
H1.HeaderClassName
{
color: #41F92F;
}
.AnyTagClassName
{
color: #41F92F;
}
</style>
background-color css
<style>
a { background-color: #41F92F; }
a { background-color: rgb(65,249,47); }
div.DivClassName
{
background-color: #41F92F;
}
.BgClassName
{
background-color: #41F92F;
}
</style>
border-color css
<style>
span { border-color: #41F92F; }
span { border-color: rgb(65,249,47); }
td.TdClassName
{
border-color: #41F92F;
}
.TagClassName
{
border-color: #41F92F;
}
</style>