Shades of Dark Pastel Green #18CC3C
Tints of Dark Pastel Green #18CC3C
RGB
CMYK
RGB Variations
Color information
#18CC3C (or 0x18CC3C) is known color: Dark Pastel Green. HEX triplet: 18, CC and 3C. RGB value is (24,204,60). Sum of RGB (Red+Green+Blue) = 24+204+60=288 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.33% from 288); Green value is 204 (80.08% from 255 or 70.83% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CC3C is #E733C3. Grayscale: #868686. Windows color (decimal): -15152068 or 3984408. OLE color: 3984408.
HSL color Cylindrical-coordinate representation of color #18CC3C: hue angle of 132º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CC3C is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 204 | 60 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.2 |
| HSL | 132º | 0.79% | 0.45% | - |
| HSV(B) | 132º | 0.88% | 0.8% | - |
| XYZ | 22.79 | 43.71 | 11.51 | - |
| YUV | 133.76 | 86.37 | 49.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 204 | 60 | 0.88 | 0 | 0.71 | 0.2 | 132 | 0.79 | 0.45 |
| Hex | 18 | CC | 3C | 58 | 0 | 47 | 14 | 84 | 4F | 2D |
| Octal | 30 | 314 | 74 | 130 | 0 | 107 | 24 | 204 | 117 | 55 |
| Binary | 11000 | 11001100 | 111100 | 1011000 | 0 | 1000111 | 10100 | 10000100 | 1001111 | 101101 |
Color Harmonies of #18CC3C
Complementary color
Monochromatic Colors of #18CC3C
Black with #18CC3C
Text Example
Text Example
White with #18CC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CC3C; }
p { color: rgb(24,204,60); }
H1.HeaderClassName
{
color: #18CC3C;
}
.AnyTagClassName
{
color: #18CC3C;
}
</style>
background-color css
<style>
a { background-color: #18CC3C; }
a { background-color: rgb(24,204,60); }
div.DivClassName
{
background-color: #18CC3C;
}
.BgClassName
{
background-color: #18CC3C;
}
</style>
border-color css
<style>
span { border-color: #18CC3C; }
span { border-color: rgb(24,204,60); }
td.TdClassName
{
border-color: #18CC3C;
}
.TagClassName
{
border-color: #18CC3C;
}
</style>