Shades of Lime Green #41EA33
Tints of Lime Green #41EA33
RGB
CMYK
RGB Variations
Color information
#41EA33 (or 0x41EA33) is known color: Lime Green. HEX triplet: 41, EA and 33. RGB value is (65,234,51). Sum of RGB (Red+Green+Blue) = 65+234+51=350 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.57% from 350); Green value is 234 (91.80% from 255 or 66.86% from 350); Blue value is 51 (20.31% from 255 or 14.57% from 350); Max value from RGB is 234 - color contains mainly: green. Hex color #41EA33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41EA33 is #BE15CC. Grayscale: #A3A3A3. Windows color (decimal): -12457421 or 3402305. OLE color: 3402305.
HSL color Cylindrical-coordinate representation of color #41EA33: hue angle of 115.41º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41EA33 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 234 | 51 | - |
| CMYK | 0.72 | 0 | 0.78 | 0.08 |
| HSL | 115.41º | 0.81% | 0.56% | - |
| HSV(B) | 115.41º | 0.78% | 0.92% | - |
| XYZ | 32.2 | 60.21 | 13.06 | - |
| YUV | 162.61 | 65.01 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 234 | 51 | 0.72 | 0 | 0.78 | 0.08 | 115.41 | 0.81 | 0.56 |
| Hex | 41 | EA | 33 | 48 | 0 | 4E | 8 | 73 | 51 | 38 |
| Octal | 101 | 352 | 63 | 110 | 0 | 116 | 10 | 163 | 121 | 70 |
| Binary | 1000001 | 11101010 | 110011 | 1001000 | 0 | 1001110 | 1000 | 1110011 | 1010001 | 111000 |
Color Harmonies of #41EA33
Complementary color
Monochromatic Colors of #41EA33
Black with #41EA33
Text Example
Text Example
White with #41EA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EA33; }
p { color: rgb(65,234,51); }
H1.HeaderClassName
{
color: #41EA33;
}
.AnyTagClassName
{
color: #41EA33;
}
</style>
background-color css
<style>
a { background-color: #41EA33; }
a { background-color: rgb(65,234,51); }
div.DivClassName
{
background-color: #41EA33;
}
.BgClassName
{
background-color: #41EA33;
}
</style>
border-color css
<style>
span { border-color: #41EA33; }
span { border-color: rgb(65,234,51); }
td.TdClassName
{
border-color: #41EA33;
}
.TagClassName
{
border-color: #41EA33;
}
</style>