Shades of Lime Green #38F23F
Tints of Lime Green #38F23F
RGB
CMYK
RGB Variations
Color information
#38F23F (or 0x38F23F) is known color: Lime Green. HEX triplet: 38, F2 and 3F. RGB value is (56,242,63). Sum of RGB (Red+Green+Blue) = 56+242+63=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 242 (94.92% from 255 or 67.04% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 242 - color contains mainly: green. Hex color #38F23F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F23F is #C70DC0. Grayscale: #A6A6A6. Windows color (decimal): -13045185 or 4190776. OLE color: 4190776.
HSL color Cylindrical-coordinate representation of color #38F23F: hue angle of 122.26º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F23F is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 242 | 63 | - |
| CMYK | 0.77 | 0 | 0.74 | 0.05 |
| HSL | 122.26º | 0.88% | 0.58% | - |
| HSV(B) | 122.26º | 0.77% | 0.95% | - |
| XYZ | 34.28 | 64.7 | 15.38 | - |
| YUV | 165.98 | 69.88 | 49.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 242 | 63 | 0.77 | 0 | 0.74 | 0.05 | 122.26 | 0.88 | 0.58 |
| Hex | 38 | F2 | 3F | 4D | 0 | 4A | 5 | 7A | 58 | 3A |
| Octal | 70 | 362 | 77 | 115 | 0 | 112 | 5 | 172 | 130 | 72 |
| Binary | 111000 | 11110010 | 111111 | 1001101 | 0 | 1001010 | 101 | 1111010 | 1011000 | 111010 |
Color Harmonies of #38F23F
Complementary color
Monochromatic Colors of #38F23F
Black with #38F23F
Text Example
Text Example
White with #38F23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F23F; }
p { color: rgb(56,242,63); }
H1.HeaderClassName
{
color: #38F23F;
}
.AnyTagClassName
{
color: #38F23F;
}
</style>
background-color css
<style>
a { background-color: #38F23F; }
a { background-color: rgb(56,242,63); }
div.DivClassName
{
background-color: #38F23F;
}
.BgClassName
{
background-color: #38F23F;
}
</style>
border-color css
<style>
span { border-color: #38F23F; }
span { border-color: rgb(56,242,63); }
td.TdClassName
{
border-color: #38F23F;
}
.TagClassName
{
border-color: #38F23F;
}
</style>