Html Css Color HEX #07CC31 Dark Pastel Green

📋 copy color: '#07CC31'

red 7 ◦ green 204 ◦ blue 49

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

Shades of Dark Pastel Green #07CC31

Tints of Dark Pastel Green #07CC31

RGB

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

 GREEN value IS 204 (80.08% from 255) = 78.46%

 BLUE value IS 49 (19.53% from 255) = 18.85%

R = 2.69%
G = 78.46%
B = 18.85%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#07CC31 (or 0x07CC31) is known color: Dark Pastel Green. HEX triplet: 07, CC and 31. RGB value is (7,204,49). Sum of RGB (Red+Green+Blue) = 7+204+49=260 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.69% from 260); Green value is 204 (80.08% from 255 or 78.46% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 204 - color contains mainly: green. Hex color #07CC31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07CC31 is #F833CE. Grayscale: #7F7F7F. Windows color (decimal): -16266191 or 3263495. OLE color: 3263495.

HSL color Cylindrical-coordinate representation of color #07CC31: hue angle of 132.79º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CC31 is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB 7 204 49 -
CMYK 0.97 0 0.76 0.2
HSL 132.79º 0.93% 0.41% -
HSV(B) 132.79º 0.97% 0.8% -
XYZ 22.23 43.45 10.12 -
YUV 127.43 83.73 42.1 -
System Red Green Blue C M Y K H S L
Decimal 7 204 49 0.97 0 0.76 0.2 132.79 0.93 0.41
Hex 7 CC 31 61 0 4C 14 85 5D 29
Octal 7 314 61 141 0 114 24 205 135 51
Binary 111 11001100 110001 1100001 0 1001100 10100 10000101 1011101 101001

Color Harmonies of #07CC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CC31

Black with #07CC31

Text Example


Text Example

White with #07CC31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,204,49); }

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

background-color css

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

 a { background-color: rgb(7,204,49); }

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

border-color css

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

 span { border-color: rgb(7,204,49); }

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