Shades of Lime Green #41C33D
Tints of Lime Green #41C33D
RGB
CMYK
RGB Variations
Color information
#41C33D (or 0x41C33D) is known color: Lime Green. HEX triplet: 41, C3 and 3D. RGB value is (65,195,61). Sum of RGB (Red+Green+Blue) = 65+195+61=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 195 (76.56% from 255 or 60.75% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 195 - color contains mainly: green. Hex color #41C33D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C33D is #BE3CC2. Grayscale: #8D8D8D. Windows color (decimal): -12467395 or 4047681. OLE color: 4047681.
HSL color Cylindrical-coordinate representation of color #41C33D: hue angle of 118.21º 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 #41C33D is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 195 | 61 | - |
| CMYK | 0.67 | 0 | 0.69 | 0.24 |
| HSL | 118.21º | 0.53% | 0.5% | - |
| HSV(B) | 118.21º | 0.69% | 0.76% | - |
| XYZ | 22.54 | 40.49 | 11.04 | - |
| YUV | 140.85 | 82.93 | 73.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 195 | 61 | 0.67 | 0 | 0.69 | 0.24 | 118.21 | 0.53 | 0.5 |
| Hex | 41 | C3 | 3D | 43 | 0 | 45 | 18 | 76 | 35 | 32 |
| Octal | 101 | 303 | 75 | 103 | 0 | 105 | 30 | 166 | 65 | 62 |
| Binary | 1000001 | 11000011 | 111101 | 1000011 | 0 | 1000101 | 11000 | 1110110 | 110101 | 110010 |
Color Harmonies of #41C33D
Complementary color
Monochromatic Colors of #41C33D
Black with #41C33D
Text Example
Text Example
White with #41C33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C33D; }
p { color: rgb(65,195,61); }
H1.HeaderClassName
{
color: #41C33D;
}
.AnyTagClassName
{
color: #41C33D;
}
</style>
background-color css
<style>
a { background-color: #41C33D; }
a { background-color: rgb(65,195,61); }
div.DivClassName
{
background-color: #41C33D;
}
.BgClassName
{
background-color: #41C33D;
}
</style>
border-color css
<style>
span { border-color: #41C33D; }
span { border-color: rgb(65,195,61); }
td.TdClassName
{
border-color: #41C33D;
}
.TagClassName
{
border-color: #41C33D;
}
</style>