Shades of Dark Pastel Green #18BF3C
Tints of Dark Pastel Green #18BF3C
RGB
CMYK
RGB Variations
Color information
#18BF3C (or 0x18BF3C) is known color: Dark Pastel Green. HEX triplet: 18, BF and 3C. RGB value is (24,191,60). Sum of RGB (Red+Green+Blue) = 24+191+60=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 191 (75% from 255 or 69.45% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 191 - color contains mainly: green. Hex color #18BF3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BF3C is #E740C3. Grayscale: #7E7E7E. Windows color (decimal): -15155396 or 3981080. OLE color: 3981080.
HSL color Cylindrical-coordinate representation of color #18BF3C: hue angle of 132.93º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BF3C is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 191 | 60 | - |
| CMYK | 0.87 | 0 | 0.69 | 0.25 |
| HSL | 132.93º | 0.78% | 0.42% | - |
| HSV(B) | 132.93º | 0.87% | 0.75% | - |
| XYZ | 19.82 | 37.78 | 10.52 | - |
| YUV | 126.13 | 90.67 | 55.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 191 | 60 | 0.87 | 0 | 0.69 | 0.25 | 132.93 | 0.78 | 0.42 |
| Hex | 18 | BF | 3C | 57 | 0 | 45 | 19 | 85 | 4E | 2A |
| Octal | 30 | 277 | 74 | 127 | 0 | 105 | 31 | 205 | 116 | 52 |
| Binary | 11000 | 10111111 | 111100 | 1010111 | 0 | 1000101 | 11001 | 10000101 | 1001110 | 101010 |
Color Harmonies of #18BF3C
Complementary color
Monochromatic Colors of #18BF3C
Black with #18BF3C
Text Example
Text Example
White with #18BF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BF3C; }
p { color: rgb(24,191,60); }
H1.HeaderClassName
{
color: #18BF3C;
}
.AnyTagClassName
{
color: #18BF3C;
}
</style>
background-color css
<style>
a { background-color: #18BF3C; }
a { background-color: rgb(24,191,60); }
div.DivClassName
{
background-color: #18BF3C;
}
.BgClassName
{
background-color: #18BF3C;
}
</style>
border-color css
<style>
span { border-color: #18BF3C; }
span { border-color: rgb(24,191,60); }
td.TdClassName
{
border-color: #18BF3C;
}
.TagClassName
{
border-color: #18BF3C;
}
</style>