Shades of Lime Green #3DCF26
Tints of Lime Green #3DCF26
RGB
CMYK
RGB Variations
Color information
#3DCF26 (or 0x3DCF26) is known color: Lime Green. HEX triplet: 3D, CF and 26. RGB value is (61,207,38). Sum of RGB (Red+Green+Blue) = 61+207+38=306 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.93% from 306); Green value is 207 (81.25% from 255 or 67.65% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 207 - color contains mainly: green. Hex color #3DCF26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCF26 is #C230D9. Grayscale: #909090. Windows color (decimal): -12726490 or 2543421. OLE color: 2543421.
HSL color Cylindrical-coordinate representation of color #3DCF26: hue angle of 111.83º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3DCF26 is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 207 | 38 | - |
| CMYK | 0.71 | 0 | 0.82 | 0.19 |
| HSL | 111.83º | 0.69% | 0.48% | - |
| HSV(B) | 111.83º | 0.82% | 0.81% | - |
| XYZ | 24.59 | 45.76 | 9.37 | - |
| YUV | 144.08 | 68.13 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 207 | 38 | 0.71 | 0 | 0.82 | 0.19 | 111.83 | 0.69 | 0.48 |
| Hex | 3D | CF | 26 | 47 | 0 | 52 | 13 | 70 | 45 | 30 |
| Octal | 75 | 317 | 46 | 107 | 0 | 122 | 23 | 160 | 105 | 60 |
| Binary | 111101 | 11001111 | 100110 | 1000111 | 0 | 1010010 | 10011 | 1110000 | 1000101 | 110000 |
Color Harmonies of #3DCF26
Complementary color
Monochromatic Colors of #3DCF26
Black with #3DCF26
Text Example
Text Example
White with #3DCF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCF26; }
p { color: rgb(61,207,38); }
H1.HeaderClassName
{
color: #3DCF26;
}
.AnyTagClassName
{
color: #3DCF26;
}
</style>
background-color css
<style>
a { background-color: #3DCF26; }
a { background-color: rgb(61,207,38); }
div.DivClassName
{
background-color: #3DCF26;
}
.BgClassName
{
background-color: #3DCF26;
}
</style>
border-color css
<style>
span { border-color: #3DCF26; }
span { border-color: rgb(61,207,38); }
td.TdClassName
{
border-color: #3DCF26;
}
.TagClassName
{
border-color: #3DCF26;
}
</style>