Shades of Lime Green #3BCF41
Tints of Lime Green #3BCF41
RGB
CMYK
RGB Variations
Color information
#3BCF41 (or 0x3BCF41) is known color: Lime Green. HEX triplet: 3B, CF and 41. RGB value is (59,207,65). Sum of RGB (Red+Green+Blue) = 59+207+65=331 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.82% from 331); Green value is 207 (81.25% from 255 or 62.54% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 207 - color contains mainly: green. Hex color #3BCF41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BCF41 is #C430BE. Grayscale: #929292. Windows color (decimal): -12857535 or 4312891. OLE color: 4312891.
HSL color Cylindrical-coordinate representation of color #3BCF41: hue angle of 122.43º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCF41 is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 207 | 65 | - |
| CMYK | 0.71 | 0 | 0.69 | 0.19 |
| HSL | 122.43º | 0.61% | 0.52% | - |
| HSV(B) | 122.43º | 0.71% | 0.81% | - |
| XYZ | 25.07 | 45.94 | 12.55 | - |
| YUV | 146.56 | 81.97 | 65.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 207 | 65 | 0.71 | 0 | 0.69 | 0.19 | 122.43 | 0.61 | 0.52 |
| Hex | 3B | CF | 41 | 47 | 0 | 45 | 13 | 7A | 3D | 34 |
| Octal | 73 | 317 | 101 | 107 | 0 | 105 | 23 | 172 | 75 | 64 |
| Binary | 111011 | 11001111 | 1000001 | 1000111 | 0 | 1000101 | 10011 | 1111010 | 111101 | 110100 |
Color Harmonies of #3BCF41
Complementary color
Monochromatic Colors of #3BCF41
Black with #3BCF41
Text Example
Text Example
White with #3BCF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCF41; }
p { color: rgb(59,207,65); }
H1.HeaderClassName
{
color: #3BCF41;
}
.AnyTagClassName
{
color: #3BCF41;
}
</style>
background-color css
<style>
a { background-color: #3BCF41; }
a { background-color: rgb(59,207,65); }
div.DivClassName
{
background-color: #3BCF41;
}
.BgClassName
{
background-color: #3BCF41;
}
</style>
border-color css
<style>
span { border-color: #3BCF41; }
span { border-color: rgb(59,207,65); }
td.TdClassName
{
border-color: #3BCF41;
}
.TagClassName
{
border-color: #3BCF41;
}
</style>