Shades of Lime Green #41CF4B
Tints of Lime Green #41CF4B
RGB
CMYK
RGB Variations
Color information
#41CF4B (or 0x41CF4B) is known color: Lime Green. HEX triplet: 41, CF and 4B. RGB value is (65,207,75). Sum of RGB (Red+Green+Blue) = 65+207+75=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 207 (81.25% from 255 or 59.65% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 207 - color contains mainly: green. Hex color #41CF4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41CF4B is #BE30B4. Grayscale: #959595. Windows color (decimal): -12464309 or 4968257. OLE color: 4968257.
HSL color Cylindrical-coordinate representation of color #41CF4B: hue angle of 124.23º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41CF4B is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 207 | 75 | - |
| CMYK | 0.69 | 0 | 0.64 | 0.19 |
| HSL | 124.23º | 0.6% | 0.53% | - |
| HSV(B) | 124.23º | 0.69% | 0.81% | - |
| XYZ | 25.76 | 46.26 | 14.23 | - |
| YUV | 149.49 | 85.96 | 67.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 207 | 75 | 0.69 | 0 | 0.64 | 0.19 | 124.23 | 0.6 | 0.53 |
| Hex | 41 | CF | 4B | 45 | 0 | 40 | 13 | 7C | 3C | 35 |
| Octal | 101 | 317 | 113 | 105 | 0 | 100 | 23 | 174 | 74 | 65 |
| Binary | 1000001 | 11001111 | 1001011 | 1000101 | 0 | 1000000 | 10011 | 1111100 | 111100 | 110101 |
Color Harmonies of #41CF4B
Complementary color
Monochromatic Colors of #41CF4B
Black with #41CF4B
Text Example
Text Example
White with #41CF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CF4B; }
p { color: rgb(65,207,75); }
H1.HeaderClassName
{
color: #41CF4B;
}
.AnyTagClassName
{
color: #41CF4B;
}
</style>
background-color css
<style>
a { background-color: #41CF4B; }
a { background-color: rgb(65,207,75); }
div.DivClassName
{
background-color: #41CF4B;
}
.BgClassName
{
background-color: #41CF4B;
}
</style>
border-color css
<style>
span { border-color: #41CF4B; }
span { border-color: rgb(65,207,75); }
td.TdClassName
{
border-color: #41CF4B;
}
.TagClassName
{
border-color: #41CF4B;
}
</style>