Shades of Lime Green #38FF44
Tints of Lime Green #38FF44
RGB
CMYK
RGB Variations
Color information
#38FF44 (or 0x38FF44) is known color: Lime Green. HEX triplet: 38, FF and 44. RGB value is (56,255,68). Sum of RGB (Red+Green+Blue) = 56+255+68=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 255 (100% from 255 or 67.28% from 379); Blue value is 68 (26.95% from 255 or 17.94% from 379); Max value from RGB is 255 - color contains mainly: green. Hex color #38FF44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38FF44 is #C700BB. Grayscale: #AEAEAE. Windows color (decimal): -13041852 or 4521784. OLE color: 4521784.
HSL color Cylindrical-coordinate representation of color #38FF44: hue angle of 123.62º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FF44 is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 255 | 68 | - |
| CMYK | 0.78 | 0 | 0.73 | 0 |
| HSL | 123.62º | 1% | 0.61% | - |
| HSV(B) | 123.62º | 0.78% | 1% | - |
| XYZ | 38.43 | 72.78 | 17.49 | - |
| YUV | 174.18 | 68.07 | 43.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 255 | 68 | 0.78 | 0 | 0.73 | 0 | 123.62 | 1 | 0.61 |
| Hex | 38 | FF | 44 | 4E | 0 | 49 | 0 | 7C | 64 | 3D |
| Octal | 70 | 377 | 104 | 116 | 0 | 111 | 0 | 174 | 144 | 75 |
| Binary | 111000 | 11111111 | 1000100 | 1001110 | 0 | 1001001 | 0 | 1111100 | 1100100 | 111101 |
Color Harmonies of #38FF44
Complementary color
Monochromatic Colors of #38FF44
Black with #38FF44
Text Example
Text Example
White with #38FF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FF44; }
p { color: rgb(56,255,68); }
H1.HeaderClassName
{
color: #38FF44;
}
.AnyTagClassName
{
color: #38FF44;
}
</style>
background-color css
<style>
a { background-color: #38FF44; }
a { background-color: rgb(56,255,68); }
div.DivClassName
{
background-color: #38FF44;
}
.BgClassName
{
background-color: #38FF44;
}
</style>
border-color css
<style>
span { border-color: #38FF44; }
span { border-color: rgb(56,255,68); }
td.TdClassName
{
border-color: #38FF44;
}
.TagClassName
{
border-color: #38FF44;
}
</style>