Html Css Color HEX #07FE14 Free Speech Green

📋 copy color: '#07FE14'

red 7 ◦ green 254 ◦ blue 20

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

Shades of Free Speech Green #07FE14

Tints of Free Speech Green #07FE14

RGB

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

 GREEN value IS 254 (99.61% from 255) = 90.39%

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

R = 2.49%
G = 90.39%
B = 7.12%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#07FE14 (or 0x07FE14) is known color: Free Speech Green. HEX triplet: 07, FE and 14. RGB value is (7,254,20). Sum of RGB (Red+Green+Blue) = 7+254+20=281 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.49% from 281); Green value is 254 (99.61% from 255 or 90.39% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 254 - color contains mainly: green. Hex color #07FE14 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07FE14 is #F801EB. Grayscale: #9A9A9A. Windows color (decimal): -16253420 or 1375751. OLE color: 1375751.

HSL color Cylindrical-coordinate representation of color #07FE14: hue angle of 123.16º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FE14 is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.

Color convert

RGB 7 254 20 -
CMYK 0.97 0 0.92 0.00
HSL 123.16º 0.99% 0.51% -
HSV(B) 123.16º 0.97% 1% -
XYZ 35.66 70.98 12.48 -
YUV 153.47 52.67 23.53 -
System Red Green Blue C M Y K H S L
Decimal 7 254 20 0.97 0 0.92 0.00 123.16 0.99 0.51
Hex 7 FE 14 61 0 5C 0 7B 63 33
Octal 7 376 24 141 0 134 0 173 143 63
Binary 111 11111110 10100 1100001 0 1011100 0 1111011 1100011 110011

Color Harmonies of #07FE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07FE14

Black with #07FE14

Text Example


Text Example

White with #07FE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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