Shades of Lime Green #3DC834
Tints of Lime Green #3DC834
RGB
CMYK
RGB Variations
Color information
#3DC834 (or 0x3DC834) is known color: Lime Green. HEX triplet: 3D, C8 and 34. RGB value is (61,200,52). Sum of RGB (Red+Green+Blue) = 61+200+52=313 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.49% from 313); Green value is 200 (78.52% from 255 or 63.90% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 200 - color contains mainly: green. Hex color #3DC834 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC834 is #C237CB. Grayscale: #8E8E8E. Windows color (decimal): -12728268 or 3459133. OLE color: 3459133.
HSL color Cylindrical-coordinate representation of color #3DC834: hue angle of 116.35º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DC834 is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 61 | 200 | 52 | - |
| CMYK | 0.69 | 0 | 0.74 | 0.22 |
| HSL | 116.35º | 0.59% | 0.49% | - |
| HSV(B) | 116.35º | 0.74% | 0.78% | - |
| XYZ | 23.2 | 42.55 | 10.24 | - |
| YUV | 141.57 | 77.45 | 70.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 200 | 52 | 0.69 | 0 | 0.74 | 0.22 | 116.35 | 0.59 | 0.49 |
| Hex | 3D | C8 | 34 | 45 | 0 | 4A | 16 | 74 | 3B | 31 |
| Octal | 75 | 310 | 64 | 105 | 0 | 112 | 26 | 164 | 73 | 61 |
| Binary | 111101 | 11001000 | 110100 | 1000101 | 0 | 1001010 | 10110 | 1110100 | 111011 | 110001 |
Color Harmonies of #3DC834
Complementary color
Monochromatic Colors of #3DC834
Black with #3DC834
Text Example
Text Example
White with #3DC834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC834; }
p { color: rgb(61,200,52); }
H1.HeaderClassName
{
color: #3DC834;
}
.AnyTagClassName
{
color: #3DC834;
}
</style>
background-color css
<style>
a { background-color: #3DC834; }
a { background-color: rgb(61,200,52); }
div.DivClassName
{
background-color: #3DC834;
}
.BgClassName
{
background-color: #3DC834;
}
</style>
border-color css
<style>
span { border-color: #3DC834; }
span { border-color: rgb(61,200,52); }
td.TdClassName
{
border-color: #3DC834;
}
.TagClassName
{
border-color: #3DC834;
}
</style>