Shades of Lime Green #38ED43
Tints of Lime Green #38ED43
RGB
CMYK
RGB Variations
Color information
#38ED43 (or 0x38ED43) is known color: Lime Green. HEX triplet: 38, ED and 43. RGB value is (56,237,67). Sum of RGB (Red+Green+Blue) = 56+237+67=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 237 (92.97% from 255 or 65.83% from 360); Blue value is 67 (26.56% from 255 or 18.61% from 360); Max value from RGB is 237 - color contains mainly: green. Hex color #38ED43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38ED43 is #C712BC. Grayscale: #A4A4A4. Windows color (decimal): -13046461 or 4451640. OLE color: 4451640.
HSL color Cylindrical-coordinate representation of color #38ED43: hue angle of 123.65º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38ED43 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 237 | 67 | - |
| CMYK | 0.76 | 0 | 0.72 | 0.07 |
| HSL | 123.65º | 0.83% | 0.57% | - |
| HSV(B) | 123.65º | 0.76% | 0.93% | - |
| XYZ | 32.93 | 61.81 | 15.51 | - |
| YUV | 163.5 | 73.53 | 51.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 237 | 67 | 0.76 | 0 | 0.72 | 0.07 | 123.65 | 0.83 | 0.57 |
| Hex | 38 | ED | 43 | 4C | 0 | 48 | 7 | 7C | 53 | 39 |
| Octal | 70 | 355 | 103 | 114 | 0 | 110 | 7 | 174 | 123 | 71 |
| Binary | 111000 | 11101101 | 1000011 | 1001100 | 0 | 1001000 | 111 | 1111100 | 1010011 | 111001 |
Color Harmonies of #38ED43
Complementary color
Monochromatic Colors of #38ED43
Black with #38ED43
Text Example
Text Example
White with #38ED43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38ED43; }
p { color: rgb(56,237,67); }
H1.HeaderClassName
{
color: #38ED43;
}
.AnyTagClassName
{
color: #38ED43;
}
</style>
background-color css
<style>
a { background-color: #38ED43; }
a { background-color: rgb(56,237,67); }
div.DivClassName
{
background-color: #38ED43;
}
.BgClassName
{
background-color: #38ED43;
}
</style>
border-color css
<style>
span { border-color: #38ED43; }
span { border-color: rgb(56,237,67); }
td.TdClassName
{
border-color: #38ED43;
}
.TagClassName
{
border-color: #38ED43;
}
</style>