Html Css Color HEX #07CC12 Free Speech Green

📋 copy color: '#07CC12'

red 7 ◦ green 204 ◦ blue 18

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

Shades of Free Speech Green #07CC12

Tints of Free Speech Green #07CC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.86%

R = 3.06%
G = 89.08%
B = 7.86%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#07CC12 (or 0x07CC12) is known color: Free Speech Green. HEX triplet: 07, CC and 12. RGB value is (7,204,18). Sum of RGB (Red+Green+Blue) = 7+204+18=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 204 (80.08% from 255 or 89.08% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 204 - color contains mainly: green. Hex color #07CC12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07CC12 is #F833ED. Grayscale: #7C7C7C. Windows color (decimal): -16266222 or 1231879. OLE color: 1231879.

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

Color convert

RGB 7 204 18 -
CMYK 0.97 0 0.91 0.2
HSL 123.35º 0.93% 0.41% -
HSV(B) 123.35º 0.97% 0.8% -
XYZ 21.79 43.27 7.78 -
YUV 123.89 68.23 44.62 -
System Red Green Blue C M Y K H S L
Decimal 7 204 18 0.97 0 0.91 0.2 123.35 0.93 0.41
Hex 7 CC 12 61 0 5B 14 7B 5D 29
Octal 7 314 22 141 0 133 24 173 135 51
Binary 111 11001100 10010 1100001 0 1011011 10100 1111011 1011101 101001

Color Harmonies of #07CC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CC12

Black with #07CC12

Text Example


Text Example

White with #07CC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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