Html Css Color HEX #07E10C Free Speech Green

📋 copy color: '#07E10C'

red 7 ◦ green 225 ◦ blue 12

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

Shades of Free Speech Green #07E10C

Tints of Free Speech Green #07E10C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.92%

R = 2.87%
G = 92.21%
B = 4.92%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#07E10C (or 0x07E10C) is known color: Free Speech Green. HEX triplet: 07, E1 and 0C. RGB value is (7,225,12). Sum of RGB (Red+Green+Blue) = 7+225+12=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 225 (88.28% from 255 or 92.21% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 225 - color contains mainly: green. Hex color #07E10C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07E10C is #F81EF3. Grayscale: #888888. Windows color (decimal): -16260852 or 844039. OLE color: 844039.

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

Color convert

RGB 7 225 12 -
CMYK 0.97 0 0.95 0.12
HSL 121.38º 0.94% 0.45% -
HSV(B) 121.38º 0.97% 0.88% -
XYZ 27.08 53.92 9.33 -
YUV 135.54 58.28 36.32 -
System Red Green Blue C M Y K H S L
Decimal 7 225 12 0.97 0 0.95 0.12 121.38 0.94 0.45
Hex 7 E1 C 61 0 5F C 79 5E 2D
Octal 7 341 14 141 0 137 14 171 136 55
Binary 111 11100001 1100 1100001 0 1011111 1100 1111001 1011110 101101

Color Harmonies of #07E10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07E10C

Black with #07E10C

Text Example


Text Example

White with #07E10C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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