Shades of Spring Green #18FF68
Tints of Spring Green #18FF68
RGB
CMYK
RGB Variations
Color information
#18FF68 (or 0x18FF68) is known color: Spring Green. HEX triplet: 18, FF and 68. RGB value is (24,255,104). Sum of RGB (Red+Green+Blue) = 24+255+104=383 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.27% from 383); Green value is 255 (100% from 255 or 66.58% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 255 - color contains mainly: green. Hex color #18FF68 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18FF68 is #E70097. Grayscale: #A9A9A9. Windows color (decimal): -15138968 or 6881048. OLE color: 6881048.
HSL color Cylindrical-coordinate representation of color #18FF68: hue angle of 140.78º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FF68 is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 255 | 104 | - |
| CMYK | 0.91 | 0 | 0.59 | 0 |
| HSL | 140.78º | 1% | 0.55% | - |
| HSV(B) | 140.78º | 0.91% | 1% | - |
| XYZ | 38.64 | 72.71 | 25.1 | - |
| YUV | 168.72 | 91.47 | 24.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 255 | 104 | 0.91 | 0 | 0.59 | 0 | 140.78 | 1 | 0.55 |
| Hex | 18 | FF | 68 | 5B | 0 | 3B | 0 | 8D | 64 | 37 |
| Octal | 30 | 377 | 150 | 133 | 0 | 73 | 0 | 215 | 144 | 67 |
| Binary | 11000 | 11111111 | 1101000 | 1011011 | 0 | 111011 | 0 | 10001101 | 1100100 | 110111 |
Color Harmonies of #18FF68
Complementary color
Monochromatic Colors of #18FF68
Black with #18FF68
Text Example
Text Example
White with #18FF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FF68; }
p { color: rgb(24,255,104); }
H1.HeaderClassName
{
color: #18FF68;
}
.AnyTagClassName
{
color: #18FF68;
}
</style>
background-color css
<style>
a { background-color: #18FF68; }
a { background-color: rgb(24,255,104); }
div.DivClassName
{
background-color: #18FF68;
}
.BgClassName
{
background-color: #18FF68;
}
</style>
border-color css
<style>
span { border-color: #18FF68; }
span { border-color: rgb(24,255,104); }
td.TdClassName
{
border-color: #18FF68;
}
.TagClassName
{
border-color: #18FF68;
}
</style>