Html Css Color HEX #07CC01 Free Speech Green

📋 copy color: '#07CC01'

red 7 ◦ green 204 ◦ blue 1

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

Shades of Free Speech Green #07CC01

Tints of Free Speech Green #07CC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 3.3%
G = 96.23%
B = 0.47%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#07CC01 (or 0x07CC01) is known color: Free Speech Green. HEX triplet: 07, CC and 01. RGB value is (7,204,1). Sum of RGB (Red+Green+Blue) = 7+204+1=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 204 (80.08% from 255 or 96.23% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 204 - color contains mainly: green. Hex color #07CC01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07CC01 is #F833FE. Grayscale: #7A7A7A. Windows color (decimal): -16266239 or 117767. OLE color: 117767.

HSL color Cylindrical-coordinate representation of color #07CC01: hue angle of 118.23º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #07CC01 is Cyan = 0.97, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 7 204 1 -
CMYK 0.97 0 1.00 0.2
HSL 118.23º 0.99% 0.4% -
HSV(B) 118.23º 1% 0.8% -
XYZ 21.69 43.23 7.23 -
YUV 121.96 59.73 46.01 -
System Red Green Blue C M Y K H S L
Decimal 7 204 1 0.97 0 1.00 0.2 118.23 0.99 0.4
Hex 7 CC 1 61 0 64 14 76 63 28
Octal 7 314 1 141 0 144 24 166 143 50
Binary 111 11001100 1 1100001 0 1100100 10100 1110110 1100011 101000

Color Harmonies of #07CC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CC01

Black with #07CC01

Text Example


Text Example

White with #07CC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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