Shades of Lime Green #41EF34
Tints of Lime Green #41EF34
RGB
CMYK
RGB Variations
Color information
#41EF34 (or 0x41EF34) is known color: Lime Green. HEX triplet: 41, EF and 34. RGB value is (65,239,52). Sum of RGB (Red+Green+Blue) = 65+239+52=356 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.26% from 356); Green value is 239 (93.75% from 255 or 67.13% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 239 - color contains mainly: green. Hex color #41EF34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41EF34 is #BE10CB. Grayscale: #A6A6A6. Windows color (decimal): -12456140 or 3469121. OLE color: 3469121.
HSL color Cylindrical-coordinate representation of color #41EF34: hue angle of 115.83º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41EF34 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 239 | 52 | - |
| CMYK | 0.73 | 0 | 0.78 | 0.06 |
| HSL | 115.83º | 0.85% | 0.57% | - |
| HSV(B) | 115.83º | 0.78% | 0.94% | - |
| XYZ | 33.67 | 63.1 | 13.65 | - |
| YUV | 165.66 | 63.85 | 56.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 239 | 52 | 0.73 | 0 | 0.78 | 0.06 | 115.83 | 0.85 | 0.57 |
| Hex | 41 | EF | 34 | 49 | 0 | 4E | 6 | 74 | 55 | 39 |
| Octal | 101 | 357 | 64 | 111 | 0 | 116 | 6 | 164 | 125 | 71 |
| Binary | 1000001 | 11101111 | 110100 | 1001001 | 0 | 1001110 | 110 | 1110100 | 1010101 | 111001 |
Color Harmonies of #41EF34
Complementary color
Monochromatic Colors of #41EF34
Black with #41EF34
Text Example
Text Example
White with #41EF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EF34; }
p { color: rgb(65,239,52); }
H1.HeaderClassName
{
color: #41EF34;
}
.AnyTagClassName
{
color: #41EF34;
}
</style>
background-color css
<style>
a { background-color: #41EF34; }
a { background-color: rgb(65,239,52); }
div.DivClassName
{
background-color: #41EF34;
}
.BgClassName
{
background-color: #41EF34;
}
</style>
border-color css
<style>
span { border-color: #41EF34; }
span { border-color: rgb(65,239,52); }
td.TdClassName
{
border-color: #41EF34;
}
.TagClassName
{
border-color: #41EF34;
}
</style>