Shades of Lime Green #44CF36
Tints of Lime Green #44CF36
RGB
CMYK
RGB Variations
Color information
#44CF36 (or 0x44CF36) is known color: Lime Green. HEX triplet: 44, CF and 36. RGB value is (68,207,54). Sum of RGB (Red+Green+Blue) = 68+207+54=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 207 (81.25% from 255 or 62.92% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 207 - color contains mainly: green. Hex color #44CF36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44CF36 is #BB30C9. Grayscale: #949494. Windows color (decimal): -12267722 or 3592004. OLE color: 3592004.
HSL color Cylindrical-coordinate representation of color #44CF36: hue angle of 114.51º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #44CF36 is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 207 | 54 | - |
| CMYK | 0.67 | 0 | 0.74 | 0.19 |
| HSL | 114.51º | 0.61% | 0.51% | - |
| HSV(B) | 114.51º | 0.74% | 0.81% | - |
| XYZ | 25.36 | 46.12 | 11.06 | - |
| YUV | 148 | 74.95 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 207 | 54 | 0.67 | 0 | 0.74 | 0.19 | 114.51 | 0.61 | 0.51 |
| Hex | 44 | CF | 36 | 43 | 0 | 4A | 13 | 73 | 3D | 33 |
| Octal | 104 | 317 | 66 | 103 | 0 | 112 | 23 | 163 | 75 | 63 |
| Binary | 1000100 | 11001111 | 110110 | 1000011 | 0 | 1001010 | 10011 | 1110011 | 111101 | 110011 |
Color Harmonies of #44CF36
Complementary color
Monochromatic Colors of #44CF36
Black with #44CF36
Text Example
Text Example
White with #44CF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CF36; }
p { color: rgb(68,207,54); }
H1.HeaderClassName
{
color: #44CF36;
}
.AnyTagClassName
{
color: #44CF36;
}
</style>
background-color css
<style>
a { background-color: #44CF36; }
a { background-color: rgb(68,207,54); }
div.DivClassName
{
background-color: #44CF36;
}
.BgClassName
{
background-color: #44CF36;
}
</style>
border-color css
<style>
span { border-color: #44CF36; }
span { border-color: rgb(68,207,54); }
td.TdClassName
{
border-color: #44CF36;
}
.TagClassName
{
border-color: #44CF36;
}
</style>