Html Css Color HEX #07BE1E Dark Pastel Green

📋 copy color: '#07BE1E'

red 7 ◦ green 190 ◦ blue 30

#07BE1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #07BE1E

Tints of Dark Pastel Green #07BE1E

RGB

 RED value IS 7 (3.13% from 255) = 3.08%

 GREEN value IS 190 (74.61% from 255) = 83.7%

 BLUE value IS 30 (12.11% from 255) = 13.22%

R = 3.08%
G = 83.7%
B = 13.22%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#07BE1E (or 0x07BE1E) is known color: Dark Pastel Green. HEX triplet: 07, BE and 1E. RGB value is (7,190,30). Sum of RGB (Red+Green+Blue) = 7+190+30=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 190 (74.61% from 255 or 83.70% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 190 - color contains mainly: green. Hex color #07BE1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BE1E is #F841E1. Grayscale: #757575. Windows color (decimal): -16269794 or 2014727. OLE color: 2014727.

HSL color Cylindrical-coordinate representation of color #07BE1E: hue angle of 127.54º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BE1E is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 190 30 -
CMYK 0.96 0 0.84 0.25
HSL 127.54º 0.93% 0.39% -
HSV(B) 127.54º 0.96% 0.75% -
XYZ 18.74 36.97 7.38 -
YUV 117.04 78.87 49.51 -
System Red Green Blue C M Y K H S L
Decimal 7 190 30 0.96 0 0.84 0.25 127.54 0.93 0.39
Hex 7 BE 1E 60 0 54 19 80 5D 27
Octal 7 276 36 140 0 124 31 200 135 47
Binary 111 10111110 11110 1100000 0 1010100 11001 10000000 1011101 100111

Color Harmonies of #07BE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BE1E

Black with #07BE1E

Text Example


Text Example

White with #07BE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07BE1E; }

 p { color: rgb(7,190,30); }

 H1.HeaderClassName
 {
   color: #07BE1E;
 }
 .AnyTagClassName
 {
   color: #07BE1E;
 }
</style>

background-color css

<style>
 a { background-color: #07BE1E; }

 a { background-color: rgb(7,190,30); }

 div.DivClassName
 {
   background-color: #07BE1E;
 }
 .BgClassName
 {
   background-color: #07BE1E;
 }
</style>

border-color css

<style>
 span { border-color: #07BE1E; }

 span { border-color: rgb(7,190,30); }

 td.TdClassName
 {
   border-color: #07BE1E;
 }
 .TagClassName
 {
   border-color: #07BE1E;
 }
</style>