Html Css Color HEX #07F013 Free Speech Green

📋 copy color: '#07F013'

red 7 ◦ green 240 ◦ blue 19

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

Shades of Free Speech Green #07F013

Tints of Free Speech Green #07F013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.14%

R = 2.63%
G = 90.23%
B = 7.14%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#07F013 (or 0x07F013) is known color: Free Speech Green. HEX triplet: 07, F0 and 13. RGB value is (7,240,19). Sum of RGB (Red+Green+Blue) = 7+240+19=266 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.63% from 266); Green value is 240 (94.14% from 255 or 90.23% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 240 - color contains mainly: green. Hex color #07F013 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07F013 is #F80FEC. Grayscale: #919191. Windows color (decimal): -16257005 or 1306631. OLE color: 1306631.

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

Color convert

RGB 7 240 19 -
CMYK 0.97 0 0.92 0.06
HSL 123.09º 0.94% 0.48% -
HSV(B) 123.09º 0.97% 0.94% -
XYZ 31.37 62.41 11.01 -
YUV 145.14 56.81 29.47 -
System Red Green Blue C M Y K H S L
Decimal 7 240 19 0.97 0 0.92 0.06 123.09 0.94 0.48
Hex 7 F0 13 61 0 5C 6 7B 5E 30
Octal 7 360 23 141 0 134 6 173 136 60
Binary 111 11110000 10011 1100001 0 1011100 110 1111011 1011110 110000

Color Harmonies of #07F013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07F013

Black with #07F013

Text Example


Text Example

White with #07F013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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