Html Css Color HEX #07F011 Free Speech Green

📋 copy color: '#07F011'

red 7 ◦ green 240 ◦ blue 17

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

Shades of Free Speech Green #07F011

Tints of Free Speech Green #07F011

RGB

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

 GREEN value IS 240 (94.14% from 255) = 90.91%

 BLUE value IS 17 (7.03% from 255) = 6.44%

R = 2.65%
G = 90.91%
B = 6.44%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#07F011 (or 0x07F011) is known color: Free Speech Green. HEX triplet: 07, F0 and 11. RGB value is (7,240,17). Sum of RGB (Red+Green+Blue) = 7+240+17=264 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.65% from 264); Green value is 240 (94.14% from 255 or 90.91% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 240 - color contains mainly: green. Hex color #07F011 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07F011 is #F80FEE. Grayscale: #919191. Windows color (decimal): -16257007 or 1175559. OLE color: 1175559.

HSL color Cylindrical-coordinate representation of color #07F011: hue angle of 122.58º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F011 is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 7 240 17 -
CMYK 0.97 0 0.93 0.06
HSL 122.58º 0.94% 0.48% -
HSV(B) 122.58º 0.97% 0.94% -
XYZ 31.35 62.41 10.92 -
YUV 144.91 55.81 29.63 -
System Red Green Blue C M Y K H S L
Decimal 7 240 17 0.97 0 0.93 0.06 122.58 0.94 0.48
Hex 7 F0 11 61 0 5D 6 7B 5E 30
Octal 7 360 21 141 0 135 6 173 136 60
Binary 111 11110000 10001 1100001 0 1011101 110 1111011 1011110 110000

Color Harmonies of #07F011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07F011

Black with #07F011

Text Example


Text Example

White with #07F011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,240,17); }

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

background-color css

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

 a { background-color: rgb(7,240,17); }

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

border-color css

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

 span { border-color: rgb(7,240,17); }

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