Shades of Lime Green #41C833
Tints of Lime Green #41C833
RGB
CMYK
RGB Variations
Color information
#41C833 (or 0x41C833) is known color: Lime Green. HEX triplet: 41, C8 and 33. RGB value is (65,200,51). Sum of RGB (Red+Green+Blue) = 65+200+51=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 200 (78.52% from 255 or 63.29% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 200 - color contains mainly: green. Hex color #41C833 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C833 is #BE37CC. Grayscale: #8F8F8F. Windows color (decimal): -12466125 or 3393601. OLE color: 3393601.
HSL color Cylindrical-coordinate representation of color #41C833: hue angle of 114.36º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41C833 is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 65 | 200 | 51 | - |
| CMYK | 0.68 | 0 | 0.74 | 0.22 |
| HSL | 114.36º | 0.59% | 0.49% | - |
| HSV(B) | 114.36º | 0.75% | 0.78% | - |
| XYZ | 23.43 | 42.67 | 10.13 | - |
| YUV | 142.65 | 76.27 | 72.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 200 | 51 | 0.68 | 0 | 0.74 | 0.22 | 114.36 | 0.59 | 0.49 |
| Hex | 41 | C8 | 33 | 44 | 0 | 4A | 16 | 72 | 3B | 31 |
| Octal | 101 | 310 | 63 | 104 | 0 | 112 | 26 | 162 | 73 | 61 |
| Binary | 1000001 | 11001000 | 110011 | 1000100 | 0 | 1001010 | 10110 | 1110010 | 111011 | 110001 |
Color Harmonies of #41C833
Complementary color
Monochromatic Colors of #41C833
Black with #41C833
Text Example
Text Example
White with #41C833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C833; }
p { color: rgb(65,200,51); }
H1.HeaderClassName
{
color: #41C833;
}
.AnyTagClassName
{
color: #41C833;
}
</style>
background-color css
<style>
a { background-color: #41C833; }
a { background-color: rgb(65,200,51); }
div.DivClassName
{
background-color: #41C833;
}
.BgClassName
{
background-color: #41C833;
}
</style>
border-color css
<style>
span { border-color: #41C833; }
span { border-color: rgb(65,200,51); }
td.TdClassName
{
border-color: #41C833;
}
.TagClassName
{
border-color: #41C833;
}
</style>