Shades of Lime Green #41CE34
Tints of Lime Green #41CE34
RGB
CMYK
RGB Variations
Color information
#41CE34 (or 0x41CE34) is known color: Lime Green. HEX triplet: 41, CE and 34. RGB value is (65,206,52). Sum of RGB (Red+Green+Blue) = 65+206+52=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 206 (80.86% from 255 or 63.78% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 206 - color contains mainly: green. Hex color #41CE34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41CE34 is #BE31CB. Grayscale: #929292. Windows color (decimal): -12464588 or 3460673. OLE color: 3460673.
HSL color Cylindrical-coordinate representation of color #41CE34: hue angle of 114.94º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41CE34 is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 206 | 52 | - |
| CMYK | 0.68 | 0 | 0.75 | 0.19 |
| HSL | 114.94º | 0.61% | 0.51% | - |
| HSV(B) | 114.94º | 0.75% | 0.81% | - |
| XYZ | 24.87 | 45.51 | 10.72 | - |
| YUV | 146.29 | 74.79 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 206 | 52 | 0.68 | 0 | 0.75 | 0.19 | 114.94 | 0.61 | 0.51 |
| Hex | 41 | CE | 34 | 44 | 0 | 4B | 13 | 73 | 3D | 33 |
| Octal | 101 | 316 | 64 | 104 | 0 | 113 | 23 | 163 | 75 | 63 |
| Binary | 1000001 | 11001110 | 110100 | 1000100 | 0 | 1001011 | 10011 | 1110011 | 111101 | 110011 |
Color Harmonies of #41CE34
Complementary color
Monochromatic Colors of #41CE34
Black with #41CE34
Text Example
Text Example
White with #41CE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CE34; }
p { color: rgb(65,206,52); }
H1.HeaderClassName
{
color: #41CE34;
}
.AnyTagClassName
{
color: #41CE34;
}
</style>
background-color css
<style>
a { background-color: #41CE34; }
a { background-color: rgb(65,206,52); }
div.DivClassName
{
background-color: #41CE34;
}
.BgClassName
{
background-color: #41CE34;
}
</style>
border-color css
<style>
span { border-color: #41CE34; }
span { border-color: rgb(65,206,52); }
td.TdClassName
{
border-color: #41CE34;
}
.TagClassName
{
border-color: #41CE34;
}
</style>