Shades of Lime Green #38FF43
Tints of Lime Green #38FF43
RGB
CMYK
RGB Variations
Color information
#38FF43 (or 0x38FF43) is known color: Lime Green. HEX triplet: 38, FF and 43. RGB value is (56,255,67). Sum of RGB (Red+Green+Blue) = 56+255+67=378 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.81% from 378); Green value is 255 (100% from 255 or 67.46% from 378); Blue value is 67 (26.56% from 255 or 17.72% from 378); Max value from RGB is 255 - color contains mainly: green. Hex color #38FF43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38FF43 is #C700BC. Grayscale: #AEAEAE. Windows color (decimal): -13041853 or 4456248. OLE color: 4456248.
HSL color Cylindrical-coordinate representation of color #38FF43: hue angle of 123.32º 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 #38FF43 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 255 | 67 | - |
| CMYK | 0.78 | 0 | 0.74 | 0 |
| HSL | 123.32º | 1% | 0.61% | - |
| HSV(B) | 123.32º | 0.78% | 1% | - |
| XYZ | 38.4 | 72.77 | 17.33 | - |
| YUV | 174.07 | 67.57 | 43.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 255 | 67 | 0.78 | 0 | 0.74 | 0 | 123.32 | 1 | 0.61 |
| Hex | 38 | FF | 43 | 4E | 0 | 4A | 0 | 7B | 64 | 3D |
| Octal | 70 | 377 | 103 | 116 | 0 | 112 | 0 | 173 | 144 | 75 |
| Binary | 111000 | 11111111 | 1000011 | 1001110 | 0 | 1001010 | 0 | 1111011 | 1100100 | 111101 |
Color Harmonies of #38FF43
Complementary color
Monochromatic Colors of #38FF43
Black with #38FF43
Text Example
Text Example
White with #38FF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FF43; }
p { color: rgb(56,255,67); }
H1.HeaderClassName
{
color: #38FF43;
}
.AnyTagClassName
{
color: #38FF43;
}
</style>
background-color css
<style>
a { background-color: #38FF43; }
a { background-color: rgb(56,255,67); }
div.DivClassName
{
background-color: #38FF43;
}
.BgClassName
{
background-color: #38FF43;
}
</style>
border-color css
<style>
span { border-color: #38FF43; }
span { border-color: rgb(56,255,67); }
td.TdClassName
{
border-color: #38FF43;
}
.TagClassName
{
border-color: #38FF43;
}
</style>