Shades of Lime Green #3DCF28
Tints of Lime Green #3DCF28
RGB
CMYK
RGB Variations
Color information
#3DCF28 (or 0x3DCF28) is known color: Lime Green. HEX triplet: 3D, CF and 28. RGB value is (61,207,40). Sum of RGB (Red+Green+Blue) = 61+207+40=308 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.81% from 308); Green value is 207 (81.25% from 255 or 67.21% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 207 - color contains mainly: green. Hex color #3DCF28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCF28 is #C230D7. Grayscale: #909090. Windows color (decimal): -12726488 or 2674493. OLE color: 2674493.
HSL color Cylindrical-coordinate representation of color #3DCF28: hue angle of 112.46º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3DCF28 is Cyan = 0.71, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 207 | 40 | - |
| CMYK | 0.71 | 0 | 0.81 | 0.19 |
| HSL | 112.46º | 0.68% | 0.48% | - |
| HSV(B) | 112.46º | 0.81% | 0.81% | - |
| XYZ | 24.62 | 45.77 | 9.54 | - |
| YUV | 144.31 | 69.13 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 207 | 40 | 0.71 | 0 | 0.81 | 0.19 | 112.46 | 0.68 | 0.48 |
| Hex | 3D | CF | 28 | 47 | 0 | 51 | 13 | 70 | 44 | 30 |
| Octal | 75 | 317 | 50 | 107 | 0 | 121 | 23 | 160 | 104 | 60 |
| Binary | 111101 | 11001111 | 101000 | 1000111 | 0 | 1010001 | 10011 | 1110000 | 1000100 | 110000 |
Color Harmonies of #3DCF28
Complementary color
Monochromatic Colors of #3DCF28
Black with #3DCF28
Text Example
Text Example
White with #3DCF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCF28; }
p { color: rgb(61,207,40); }
H1.HeaderClassName
{
color: #3DCF28;
}
.AnyTagClassName
{
color: #3DCF28;
}
</style>
background-color css
<style>
a { background-color: #3DCF28; }
a { background-color: rgb(61,207,40); }
div.DivClassName
{
background-color: #3DCF28;
}
.BgClassName
{
background-color: #3DCF28;
}
</style>
border-color css
<style>
span { border-color: #3DCF28; }
span { border-color: rgb(61,207,40); }
td.TdClassName
{
border-color: #3DCF28;
}
.TagClassName
{
border-color: #3DCF28;
}
</style>