Html Css Color HEX #07FF31 Free Speech Green

📋 copy color: '#07FF31'

red 7 ◦ green 255 ◦ blue 49

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

Shades of Free Speech Green #07FF31

Tints of Free Speech Green #07FF31

RGB

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

 GREEN value IS 255 (100% from 255) = 81.99%

 BLUE value IS 49 (19.53% from 255) = 15.76%

R = 2.25%
G = 81.99%
B = 15.76%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#07FF31 (or 0x07FF31) is known color: Free Speech Green. HEX triplet: 07, FF and 31. RGB value is (7,255,49). Sum of RGB (Red+Green+Blue) = 7+255+49=311 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.25% from 311); Green value is 255 (100% from 255 or 81.99% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 255 - color contains mainly: green. Hex color #07FF31 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07FF31 is #F800CE. Grayscale: #9D9D9D. Windows color (decimal): -16253135 or 3276551. OLE color: 3276551.

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

Color convert

RGB 7 255 49 -
CMYK 0.97 0 0.81 0
HSL 130.16º 1% 0.51% -
HSV(B) 130.16º 0.97% 1% -
XYZ 36.4 71.79 14.84 -
YUV 157.36 66.84 20.75 -
System Red Green Blue C M Y K H S L
Decimal 7 255 49 0.97 0 0.81 0 130.16 1 0.51
Hex 7 FF 31 61 0 51 0 82 64 33
Octal 7 377 61 141 0 121 0 202 144 63
Binary 111 11111111 110001 1100001 0 1010001 0 10000010 1100100 110011

Color Harmonies of #07FF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07FF31

Black with #07FF31

Text Example


Text Example

White with #07FF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,255,49); }

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

background-color css

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

 a { background-color: rgb(7,255,49); }

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

border-color css

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

 span { border-color: rgb(7,255,49); }

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