Shades of Lime Green #38F325
Tints of Lime Green #38F325
RGB
CMYK
RGB Variations
Color information
#38F325 (or 0x38F325) is known color: Lime Green. HEX triplet: 38, F3 and 25. RGB value is (56,243,37). Sum of RGB (Red+Green+Blue) = 56+243+37=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 243 (95.31% from 255 or 72.32% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 243 - color contains mainly: green. Hex color #38F325 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F325 is #C70CDA. Grayscale: #A4A4A4. Windows color (decimal): -13044955 or 2487096. OLE color: 2487096.
HSL color Cylindrical-coordinate representation of color #38F325: hue angle of 114.47º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38F325 is Cyan = 0.77, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 243 | 37 | - |
| CMYK | 0.77 | 0 | 0.85 | 0.05 |
| HSL | 114.47º | 0.9% | 0.55% | - |
| HSV(B) | 114.47º | 0.85% | 0.95% | - |
| XYZ | 34.02 | 65.08 | 12.52 | - |
| YUV | 163.6 | 56.55 | 51.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 243 | 37 | 0.77 | 0 | 0.85 | 0.05 | 114.47 | 0.9 | 0.55 |
| Hex | 38 | F3 | 25 | 4D | 0 | 55 | 5 | 72 | 5A | 37 |
| Octal | 70 | 363 | 45 | 115 | 0 | 125 | 5 | 162 | 132 | 67 |
| Binary | 111000 | 11110011 | 100101 | 1001101 | 0 | 1010101 | 101 | 1110010 | 1011010 | 110111 |
Color Harmonies of #38F325
Complementary color
Monochromatic Colors of #38F325
Black with #38F325
Text Example
Text Example
White with #38F325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F325; }
p { color: rgb(56,243,37); }
H1.HeaderClassName
{
color: #38F325;
}
.AnyTagClassName
{
color: #38F325;
}
</style>
background-color css
<style>
a { background-color: #38F325; }
a { background-color: rgb(56,243,37); }
div.DivClassName
{
background-color: #38F325;
}
.BgClassName
{
background-color: #38F325;
}
</style>
border-color css
<style>
span { border-color: #38F325; }
span { border-color: rgb(56,243,37); }
td.TdClassName
{
border-color: #38F325;
}
.TagClassName
{
border-color: #38F325;
}
</style>