Html Css Color HEX #07E12E Dark Pastel Green

📋 copy color: '#07E12E'

red 7 ◦ green 225 ◦ blue 46

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

Shades of Dark Pastel Green #07E12E

Tints of Dark Pastel Green #07E12E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 80.94%

 BLUE value IS 46 (18.36% from 255) = 16.55%

R = 2.52%
G = 80.94%
B = 16.55%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#07E12E (or 0x07E12E) is known color: Dark Pastel Green. HEX triplet: 07, E1 and 2E. RGB value is (7,225,46). Sum of RGB (Red+Green+Blue) = 7+225+46=278 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.52% from 278); Green value is 225 (88.28% from 255 or 80.94% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 225 - color contains mainly: green. Hex color #07E12E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07E12E is #F81ED1. Grayscale: #8B8B8B. Windows color (decimal): -16260818 or 3072263. OLE color: 3072263.

HSL color Cylindrical-coordinate representation of color #07E12E: hue angle of 130.73º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E12E is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 7 225 46 -
CMYK 0.97 0 0.80 0.12
HSL 130.73º 0.94% 0.45% -
HSV(B) 130.73º 0.97% 0.88% -
XYZ 27.51 54.09 11.58 -
YUV 139.41 75.28 33.55 -
System Red Green Blue C M Y K H S L
Decimal 7 225 46 0.97 0 0.80 0.12 130.73 0.94 0.45
Hex 7 E1 2E 61 0 50 C 83 5E 2D
Octal 7 341 56 141 0 120 14 203 136 55
Binary 111 11100001 101110 1100001 0 1010000 1100 10000011 1011110 101101

Color Harmonies of #07E12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07E12E

Black with #07E12E

Text Example


Text Example

White with #07E12E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,225,46); }

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

background-color css

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

 a { background-color: rgb(7,225,46); }

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

border-color css

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

 span { border-color: rgb(7,225,46); }

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