Html Css Color HEX #07F518 Free Speech Green

📋 copy color: '#07F518'

red 7 ◦ green 245 ◦ blue 24

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

Shades of Free Speech Green #07F518

Tints of Free Speech Green #07F518

RGB

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

 GREEN value IS 245 (96.09% from 255) = 88.77%

 BLUE value IS 24 (9.77% from 255) = 8.7%

R = 2.54%
G = 88.77%
B = 8.7%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#07F518 (or 0x07F518) is known color: Free Speech Green. HEX triplet: 07, F5 and 18. RGB value is (7,245,24). Sum of RGB (Red+Green+Blue) = 7+245+24=276 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.54% from 276); Green value is 245 (96.09% from 255 or 88.77% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 245 - color contains mainly: green. Hex color #07F518 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07F518 is #F80AE7. Grayscale: #959595. Windows color (decimal): -16255720 or 1635591. OLE color: 1635591.

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

Color convert

RGB 7 245 24 -
CMYK 0.97 0 0.90 0.04
HSL 124.29º 0.94% 0.49% -
HSV(B) 124.29º 0.97% 0.96% -
XYZ 32.9 65.42 11.76 -
YUV 148.64 57.65 26.97 -
System Red Green Blue C M Y K H S L
Decimal 7 245 24 0.97 0 0.90 0.04 124.29 0.94 0.49
Hex 7 F5 18 61 0 5A 4 7C 5E 31
Octal 7 365 30 141 0 132 4 174 136 61
Binary 111 11110101 11000 1100001 0 1011010 100 1111100 1011110 110001

Color Harmonies of #07F518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07F518

Black with #07F518

Text Example


Text Example

White with #07F518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,245,24); }

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

background-color css

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

 a { background-color: rgb(7,245,24); }

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

border-color css

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

 span { border-color: rgb(7,245,24); }

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