Shades of Lime Green #38FA2D
Tints of Lime Green #38FA2D
RGB
CMYK
RGB Variations
Color information
#38FA2D (or 0x38FA2D) is known color: Lime Green. HEX triplet: 38, FA and 2D. RGB value is (56,250,45). Sum of RGB (Red+Green+Blue) = 56+250+45=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 250 (98.05% from 255 or 71.23% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 250 - color contains mainly: green. Hex color #38FA2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38FA2D is #C705D2. Grayscale: #A9A9A9. Windows color (decimal): -13043155 or 3013176. OLE color: 3013176.
HSL color Cylindrical-coordinate representation of color #38FA2D: hue angle of 116.78º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #38FA2D is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 250 | 45 | - |
| CMYK | 0.78 | 0 | 0.82 | 0.02 |
| HSL | 116.78º | 0.95% | 0.58% | - |
| HSV(B) | 116.78º | 0.82% | 0.98% | - |
| XYZ | 36.29 | 69.4 | 13.97 | - |
| YUV | 168.62 | 58.23 | 47.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 250 | 45 | 0.78 | 0 | 0.82 | 0.02 | 116.78 | 0.95 | 0.58 |
| Hex | 38 | FA | 2D | 4E | 0 | 52 | 2 | 75 | 5F | 3A |
| Octal | 70 | 372 | 55 | 116 | 0 | 122 | 2 | 165 | 137 | 72 |
| Binary | 111000 | 11111010 | 101101 | 1001110 | 0 | 1010010 | 10 | 1110101 | 1011111 | 111010 |
Color Harmonies of #38FA2D
Complementary color
Monochromatic Colors of #38FA2D
Black with #38FA2D
Text Example
Text Example
White with #38FA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FA2D; }
p { color: rgb(56,250,45); }
H1.HeaderClassName
{
color: #38FA2D;
}
.AnyTagClassName
{
color: #38FA2D;
}
</style>
background-color css
<style>
a { background-color: #38FA2D; }
a { background-color: rgb(56,250,45); }
div.DivClassName
{
background-color: #38FA2D;
}
.BgClassName
{
background-color: #38FA2D;
}
</style>
border-color css
<style>
span { border-color: #38FA2D; }
span { border-color: rgb(56,250,45); }
td.TdClassName
{
border-color: #38FA2D;
}
.TagClassName
{
border-color: #38FA2D;
}
</style>