Html Css Color HEX #07F114 Free Speech Green

📋 copy color: '#07F114'

red 7 ◦ green 241 ◦ blue 20

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

Shades of Free Speech Green #07F114

Tints of Free Speech Green #07F114

RGB

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

 GREEN value IS 241 (94.53% from 255) = 89.93%

 BLUE value IS 20 (8.2% from 255) = 7.46%

R = 2.61%
G = 89.93%
B = 7.46%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#07F114 (or 0x07F114) is known color: Free Speech Green. HEX triplet: 07, F1 and 14. RGB value is (7,241,20). Sum of RGB (Red+Green+Blue) = 7+241+20=268 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.61% from 268); Green value is 241 (94.53% from 255 or 89.93% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 241 - color contains mainly: green. Hex color #07F114 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07F114 is #F80EEB. Grayscale: #929292. Windows color (decimal): -16256748 or 1372423. OLE color: 1372423.

HSL color Cylindrical-coordinate representation of color #07F114: hue angle of 123.33º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F114 is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 7 241 20 -
CMYK 0.97 0 0.92 0.05
HSL 123.33º 0.94% 0.49% -
HSV(B) 123.33º 0.97% 0.95% -
XYZ 31.67 63.01 11.15 -
YUV 145.84 56.98 28.97 -
System Red Green Blue C M Y K H S L
Decimal 7 241 20 0.97 0 0.92 0.05 123.33 0.94 0.49
Hex 7 F1 14 61 0 5C 5 7B 5E 31
Octal 7 361 24 141 0 134 5 173 136 61
Binary 111 11110001 10100 1100001 0 1011100 101 1111011 1011110 110001

Color Harmonies of #07F114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07F114

Black with #07F114

Text Example


Text Example

White with #07F114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,241,20); }

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

background-color css

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

 a { background-color: rgb(7,241,20); }

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

border-color css

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

 span { border-color: rgb(7,241,20); }

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