Shades of Lime Green #41C236
Tints of Lime Green #41C236
RGB
CMYK
RGB Variations
Color information
#41C236 (or 0x41C236) is known color: Lime Green. HEX triplet: 41, C2 and 36. RGB value is (65,194,54). Sum of RGB (Red+Green+Blue) = 65+194+54=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 194 (76.17% from 255 or 61.98% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 194 - color contains mainly: green. Hex color #41C236 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C236 is #BE3DC9. Grayscale: #8B8B8B. Windows color (decimal): -12467658 or 3588673. OLE color: 3588673.
HSL color Cylindrical-coordinate representation of color #41C236: hue angle of 115.29º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41C236 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 194 | 54 | - |
| CMYK | 0.66 | 0 | 0.72 | 0.24 |
| HSL | 115.29º | 0.56% | 0.49% | - |
| HSV(B) | 115.29º | 0.72% | 0.76% | - |
| XYZ | 22.14 | 39.97 | 10.04 | - |
| YUV | 139.47 | 79.76 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 194 | 54 | 0.66 | 0 | 0.72 | 0.24 | 115.29 | 0.56 | 0.49 |
| Hex | 41 | C2 | 36 | 42 | 0 | 48 | 18 | 73 | 38 | 31 |
| Octal | 101 | 302 | 66 | 102 | 0 | 110 | 30 | 163 | 70 | 61 |
| Binary | 1000001 | 11000010 | 110110 | 1000010 | 0 | 1001000 | 11000 | 1110011 | 111000 | 110001 |
Color Harmonies of #41C236
Complementary color
Monochromatic Colors of #41C236
Black with #41C236
Text Example
Text Example
White with #41C236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C236; }
p { color: rgb(65,194,54); }
H1.HeaderClassName
{
color: #41C236;
}
.AnyTagClassName
{
color: #41C236;
}
</style>
background-color css
<style>
a { background-color: #41C236; }
a { background-color: rgb(65,194,54); }
div.DivClassName
{
background-color: #41C236;
}
.BgClassName
{
background-color: #41C236;
}
</style>
border-color css
<style>
span { border-color: #41C236; }
span { border-color: rgb(65,194,54); }
td.TdClassName
{
border-color: #41C236;
}
.TagClassName
{
border-color: #41C236;
}
</style>