Shades of Lime Green #3DCF34
Tints of Lime Green #3DCF34
RGB
CMYK
RGB Variations
Color information
#3DCF34 (or 0x3DCF34) is known color: Lime Green. HEX triplet: 3D, CF and 34. RGB value is (61,207,52). Sum of RGB (Red+Green+Blue) = 61+207+52=320 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.06% from 320); Green value is 207 (81.25% from 255 or 64.69% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 207 - color contains mainly: green. Hex color #3DCF34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCF34 is #C230CB. Grayscale: #929292. Windows color (decimal): -12726476 or 3460925. OLE color: 3460925.
HSL color Cylindrical-coordinate representation of color #3DCF34: hue angle of 116.52º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DCF34 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 207 | 52 | - |
| CMYK | 0.71 | 0 | 0.75 | 0.19 |
| HSL | 116.52º | 0.62% | 0.51% | - |
| HSV(B) | 116.52º | 0.75% | 0.81% | - |
| XYZ | 24.86 | 45.87 | 10.79 | - |
| YUV | 145.68 | 75.13 | 67.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 207 | 52 | 0.71 | 0 | 0.75 | 0.19 | 116.52 | 0.62 | 0.51 |
| Hex | 3D | CF | 34 | 47 | 0 | 4B | 13 | 75 | 3E | 33 |
| Octal | 75 | 317 | 64 | 107 | 0 | 113 | 23 | 165 | 76 | 63 |
| Binary | 111101 | 11001111 | 110100 | 1000111 | 0 | 1001011 | 10011 | 1110101 | 111110 | 110011 |
Color Harmonies of #3DCF34
Complementary color
Monochromatic Colors of #3DCF34
Black with #3DCF34
Text Example
Text Example
White with #3DCF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCF34; }
p { color: rgb(61,207,52); }
H1.HeaderClassName
{
color: #3DCF34;
}
.AnyTagClassName
{
color: #3DCF34;
}
</style>
background-color css
<style>
a { background-color: #3DCF34; }
a { background-color: rgb(61,207,52); }
div.DivClassName
{
background-color: #3DCF34;
}
.BgClassName
{
background-color: #3DCF34;
}
</style>
border-color css
<style>
span { border-color: #3DCF34; }
span { border-color: rgb(61,207,52); }
td.TdClassName
{
border-color: #3DCF34;
}
.TagClassName
{
border-color: #3DCF34;
}
</style>