Html Css Color HEX #07E12D Dark Pastel Green

📋 copy color: '#07E12D'

red 7 ◦ green 225 ◦ blue 45

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

Shades of Dark Pastel Green #07E12D

Tints of Dark Pastel Green #07E12D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.25%

R = 2.53%
G = 81.23%
B = 16.25%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.8

 K value IS 0.12

RGB Variations

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

Color information

#07E12D (or 0x07E12D) is known color: Dark Pastel Green. HEX triplet: 07, E1 and 2D. RGB value is (7,225,45). Sum of RGB (Red+Green+Blue) = 7+225+45=277 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.53% from 277); Green value is 225 (88.28% from 255 or 81.23% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 225 - color contains mainly: green. Hex color #07E12D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07E12D is #F81ED2. Grayscale: #8B8B8B. Windows color (decimal): -16260819 or 3006727. OLE color: 3006727.

HSL color Cylindrical-coordinate representation of color #07E12D: hue angle of 130.46º 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 #07E12D is Cyan = 0.97, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.12.

Color convert

RGB 7 225 45 -
CMYK 0.97 0 0.8 0.12
HSL 130.46º 0.94% 0.45% -
HSV(B) 130.46º 0.97% 0.88% -
XYZ 27.49 54.09 11.47 -
YUV 139.3 74.78 33.64 -
System Red Green Blue C M Y K H S L
Decimal 7 225 45 0.97 0 0.8 0.12 130.46 0.94 0.45
Hex 7 E1 2D 61 0 50 C 82 5E 2D
Octal 7 341 55 141 0 120 14 202 136 55
Binary 111 11100001 101101 1100001 0 1010000 1100 10000010 1011110 101101

Color Harmonies of #07E12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07E12D

Black with #07E12D

Text Example


Text Example

White with #07E12D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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