Html Css Color HEX #07CC0B Free Speech Green

📋 copy color: '#07CC0B'

red 7 ◦ green 204 ◦ blue 11

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

Shades of Free Speech Green #07CC0B

Tints of Free Speech Green #07CC0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.95%

R = 3.15%
G = 91.89%
B = 4.95%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#07CC0B (or 0x07CC0B) is known color: Free Speech Green. HEX triplet: 07, CC and 0B. RGB value is (7,204,11). Sum of RGB (Red+Green+Blue) = 7+204+11=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 204 (80.08% from 255 or 91.89% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 204 - color contains mainly: green. Hex color #07CC0B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07CC0B is #F833F4. Grayscale: #7B7B7B. Windows color (decimal): -16266229 or 773127. OLE color: 773127.

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

Color convert

RGB 7 204 11 -
CMYK 0.97 0 0.95 0.2
HSL 121.22º 0.93% 0.41% -
HSV(B) 121.22º 0.97% 0.8% -
XYZ 21.74 43.26 7.52 -
YUV 123.1 64.73 45.19 -
System Red Green Blue C M Y K H S L
Decimal 7 204 11 0.97 0 0.95 0.2 121.22 0.93 0.41
Hex 7 CC B 61 0 5F 14 79 5D 29
Octal 7 314 13 141 0 137 24 171 135 51
Binary 111 11001100 1011 1100001 0 1011111 10100 1111001 1011101 101001

Color Harmonies of #07CC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CC0B

Black with #07CC0B

Text Example


Text Example

White with #07CC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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