Html Css Color HEX #07E01D Free Speech Green

📋 copy color: '#07E01D'

red 7 ◦ green 224 ◦ blue 29

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

Shades of Free Speech Green #07E01D

Tints of Free Speech Green #07E01D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 86.15%

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

R = 2.69%
G = 86.15%
B = 11.15%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#07E01D (or 0x07E01D) is known color: Free Speech Green. HEX triplet: 07, E0 and 1D. RGB value is (7,224,29). Sum of RGB (Red+Green+Blue) = 7+224+29=260 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.69% from 260); Green value is 224 (87.89% from 255 or 86.15% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 224 - color contains mainly: green. Hex color #07E01D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07E01D is #F81FE2. Grayscale: #898989. Windows color (decimal): -16261091 or 1957895. OLE color: 1957895.

HSL color Cylindrical-coordinate representation of color #07E01D: hue angle of 126.08º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E01D is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB 7 224 29 -
CMYK 0.97 0 0.87 0.12
HSL 126.08º 0.94% 0.45% -
HSV(B) 126.08º 0.97% 0.88% -
XYZ 26.97 53.45 10.06 -
YUV 136.89 67.11 35.36 -
System Red Green Blue C M Y K H S L
Decimal 7 224 29 0.97 0 0.87 0.12 126.08 0.94 0.45
Hex 7 E0 1D 61 0 57 C 7E 5E 2D
Octal 7 340 35 141 0 127 14 176 136 55
Binary 111 11100000 11101 1100001 0 1010111 1100 1111110 1011110 101101

Color Harmonies of #07E01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07E01D

Black with #07E01D

Text Example


Text Example

White with #07E01D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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