Shades of Dark Pastel Green #01DF30
Tints of Dark Pastel Green #01DF30
RGB
CMYK
RGB Variations
Color information
#01DF30 (or 0x01DF30) is known color: Dark Pastel Green. HEX triplet: 01, DF and 30. RGB value is (1,223,48). Sum of RGB (Red+Green+Blue) = 1+223+48=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 223 (87.5% from 255 or 81.99% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 223 - color contains mainly: green. Hex color #01DF30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DF30 is #FE20CF. Grayscale: #898989. Windows color (decimal): -16654544 or 3202817. OLE color: 3202817.
HSL color Cylindrical-coordinate representation of color #01DF30: hue angle of 132.7º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DF30 is Cyan = 1.00, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 223 | 48 | - |
| CMYK | 1.00 | 0 | 0.78 | 0.13 |
| HSL | 132.7º | 0.99% | 0.44% | - |
| HSV(B) | 132.7º | 1% | 0.87% | - |
| XYZ | 26.93 | 53 | 11.61 | - |
| YUV | 136.67 | 77.95 | 31.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 223 | 48 | 1.00 | 0 | 0.78 | 0.13 | 132.7 | 0.99 | 0.44 |
| Hex | 1 | DF | 30 | 64 | 0 | 4E | D | 85 | 63 | 2C |
| Octal | 1 | 337 | 60 | 144 | 0 | 116 | 15 | 205 | 143 | 54 |
| Binary | 1 | 11011111 | 110000 | 1100100 | 0 | 1001110 | 1101 | 10000101 | 1100011 | 101100 |
Color Harmonies of #01DF30
Complementary color
Monochromatic Colors of #01DF30
Black with #01DF30
Text Example
Text Example
White with #01DF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DF30; }
p { color: rgb(1,223,48); }
H1.HeaderClassName
{
color: #01DF30;
}
.AnyTagClassName
{
color: #01DF30;
}
</style>
background-color css
<style>
a { background-color: #01DF30; }
a { background-color: rgb(1,223,48); }
div.DivClassName
{
background-color: #01DF30;
}
.BgClassName
{
background-color: #01DF30;
}
</style>
border-color css
<style>
span { border-color: #01DF30; }
span { border-color: rgb(1,223,48); }
td.TdClassName
{
border-color: #01DF30;
}
.TagClassName
{
border-color: #01DF30;
}
</style>