Shades of Dark Pastel Green #07DF30
Tints of Dark Pastel Green #07DF30
RGB
CMYK
RGB Variations
Color information
#07DF30 (or 0x07DF30) is known color: Dark Pastel Green. HEX triplet: 07, DF and 30. RGB value is (7,223,48). Sum of RGB (Red+Green+Blue) = 7+223+48=278 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.52% from 278); Green value is 223 (87.5% from 255 or 80.22% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 223 - color contains mainly: green. Hex color #07DF30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07DF30 is #F820CF. Grayscale: #8A8A8A. Windows color (decimal): -16261328 or 3202823. OLE color: 3202823.
HSL color Cylindrical-coordinate representation of color #07DF30: hue angle of 131.39º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DF30 is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 223 | 48 | - |
| CMYK | 0.97 | 0 | 0.78 | 0.13 |
| HSL | 131.39º | 0.94% | 0.45% | - |
| HSV(B) | 131.39º | 0.97% | 0.87% | - |
| XYZ | 27.01 | 53.03 | 11.61 | - |
| YUV | 138.47 | 76.94 | 34.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 223 | 48 | 0.97 | 0 | 0.78 | 0.13 | 131.39 | 0.94 | 0.45 |
| Hex | 7 | DF | 30 | 61 | 0 | 4E | D | 83 | 5E | 2D |
| Octal | 7 | 337 | 60 | 141 | 0 | 116 | 15 | 203 | 136 | 55 |
| Binary | 111 | 11011111 | 110000 | 1100001 | 0 | 1001110 | 1101 | 10000011 | 1011110 | 101101 |
Color Harmonies of #07DF30
Complementary color
Monochromatic Colors of #07DF30
Black with #07DF30
Text Example
Text Example
White with #07DF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DF30; }
p { color: rgb(7,223,48); }
H1.HeaderClassName
{
color: #07DF30;
}
.AnyTagClassName
{
color: #07DF30;
}
</style>
background-color css
<style>
a { background-color: #07DF30; }
a { background-color: rgb(7,223,48); }
div.DivClassName
{
background-color: #07DF30;
}
.BgClassName
{
background-color: #07DF30;
}
</style>
border-color css
<style>
span { border-color: #07DF30; }
span { border-color: rgb(7,223,48); }
td.TdClassName
{
border-color: #07DF30;
}
.TagClassName
{
border-color: #07DF30;
}
</style>