Html Css Color HEX #07FA1D Free Speech Green

📋 copy color: '#07FA1D'

red 7 ◦ green 250 ◦ blue 29

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

Shades of Free Speech Green #07FA1D

Tints of Free Speech Green #07FA1D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 87.41%

 BLUE value IS 29 (11.72% from 255) = 10.14%

R = 2.45%
G = 87.41%
B = 10.14%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#07FA1D (or 0x07FA1D) is known color: Free Speech Green. HEX triplet: 07, FA and 1D. RGB value is (7,250,29). Sum of RGB (Red+Green+Blue) = 7+250+29=286 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.45% from 286); Green value is 250 (98.05% from 255 or 87.41% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 250 - color contains mainly: green. Hex color #07FA1D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07FA1D is #F805E2. Grayscale: #989898. Windows color (decimal): -16254435 or 1964551. OLE color: 1964551.

HSL color Cylindrical-coordinate representation of color #07FA1D: hue angle of 125.43º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FA1D is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 7 250 29 -
CMYK 0.97 0 0.88 0.02
HSL 125.43º 0.96% 0.5% -
HSV(B) 125.43º 0.97% 0.98% -
XYZ 34.5 68.51 12.57 -
YUV 152.15 58.49 24.47 -
System Red Green Blue C M Y K H S L
Decimal 7 250 29 0.97 0 0.88 0.02 125.43 0.96 0.5
Hex 7 FA 1D 61 0 58 2 7D 60 32
Octal 7 372 35 141 0 130 2 175 140 62
Binary 111 11111010 11101 1100001 0 1011000 10 1111101 1100000 110010

Color Harmonies of #07FA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07FA1D

Black with #07FA1D

Text Example


Text Example

White with #07FA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,250,29); }

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

background-color css

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

 a { background-color: rgb(7,250,29); }

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

border-color css

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

 span { border-color: rgb(7,250,29); }

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