Html Css Color HEX #07F730 Free Speech Green

📋 copy color: '#07F730'

red 7 ◦ green 247 ◦ blue 48

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

Shades of Free Speech Green #07F730

Tints of Free Speech Green #07F730

RGB

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

 GREEN value IS 247 (96.88% from 255) = 81.79%

 BLUE value IS 48 (19.14% from 255) = 15.89%

R = 2.32%
G = 81.79%
B = 15.89%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#07F730 (or 0x07F730) is known color: Free Speech Green. HEX triplet: 07, F7 and 30. RGB value is (7,247,48). Sum of RGB (Red+Green+Blue) = 7+247+48=302 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.32% from 302); Green value is 247 (96.88% from 255 or 81.79% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 247 - color contains mainly: green. Hex color #07F730 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07F730 is #F808CF. Grayscale: #999999. Windows color (decimal): -16255184 or 3208967. OLE color: 3208967.

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

Color convert

RGB 7 247 48 -
CMYK 0.97 0 0.81 0.03
HSL 130.25º 0.94% 0.5% -
HSV(B) 130.25º 0.97% 0.97% -
XYZ 33.88 66.78 13.9 -
YUV 152.55 68.99 24.18 -
System Red Green Blue C M Y K H S L
Decimal 7 247 48 0.97 0 0.81 0.03 130.25 0.94 0.5
Hex 7 F7 30 61 0 51 3 82 5E 32
Octal 7 367 60 141 0 121 3 202 136 62
Binary 111 11110111 110000 1100001 0 1010001 11 10000010 1011110 110010

Color Harmonies of #07F730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07F730

Black with #07F730

Text Example


Text Example

White with #07F730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,247,48); }

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

background-color css

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

 a { background-color: rgb(7,247,48); }

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

border-color css

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

 span { border-color: rgb(7,247,48); }

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