Shades of Lime Green #41C23C
Tints of Lime Green #41C23C
RGB
CMYK
RGB Variations
Color information
#41C23C (or 0x41C23C) is known color: Lime Green. HEX triplet: 41, C2 and 3C. RGB value is (65,194,60). Sum of RGB (Red+Green+Blue) = 65+194+60=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 194 (76.17% from 255 or 60.82% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 194 - color contains mainly: green. Hex color #41C23C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C23C is #BE3DC3. Grayscale: #8C8C8C. Windows color (decimal): -12467652 or 3981889. OLE color: 3981889.
HSL color Cylindrical-coordinate representation of color #41C23C: hue angle of 117.76º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41C23C is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 194 | 60 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.24 |
| HSL | 117.76º | 0.53% | 0.5% | - |
| HSV(B) | 117.76º | 0.69% | 0.76% | - |
| XYZ | 22.29 | 40.03 | 10.83 | - |
| YUV | 140.15 | 82.76 | 74.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 194 | 60 | 0.66 | 0 | 0.69 | 0.24 | 117.76 | 0.53 | 0.5 |
| Hex | 41 | C2 | 3C | 42 | 0 | 45 | 18 | 76 | 35 | 32 |
| Octal | 101 | 302 | 74 | 102 | 0 | 105 | 30 | 166 | 65 | 62 |
| Binary | 1000001 | 11000010 | 111100 | 1000010 | 0 | 1000101 | 11000 | 1110110 | 110101 | 110010 |
Color Harmonies of #41C23C
Complementary color
Monochromatic Colors of #41C23C
Black with #41C23C
Text Example
Text Example
White with #41C23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C23C; }
p { color: rgb(65,194,60); }
H1.HeaderClassName
{
color: #41C23C;
}
.AnyTagClassName
{
color: #41C23C;
}
</style>
background-color css
<style>
a { background-color: #41C23C; }
a { background-color: rgb(65,194,60); }
div.DivClassName
{
background-color: #41C23C;
}
.BgClassName
{
background-color: #41C23C;
}
</style>
border-color css
<style>
span { border-color: #41C23C; }
span { border-color: rgb(65,194,60); }
td.TdClassName
{
border-color: #41C23C;
}
.TagClassName
{
border-color: #41C23C;
}
</style>