Html Css Color HEX #07E11D Free Speech Green

📋 copy color: '#07E11D'

red 7 ◦ green 225 ◦ blue 29

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

Shades of Free Speech Green #07E11D

Tints of Free Speech Green #07E11D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 86.21%

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

R = 2.68%
G = 86.21%
B = 11.11%

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

#07E11D (or 0x07E11D) is known color: Free Speech Green. HEX triplet: 07, E1 and 1D. RGB value is (7,225,29). Sum of RGB (Red+Green+Blue) = 7+225+29=261 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.68% from 261); Green value is 225 (88.28% from 255 or 86.21% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 225 - color contains mainly: green. Hex color #07E11D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07E11D is #F81EE2. Grayscale: #8A8A8A. Windows color (decimal): -16260835 or 1958151. OLE color: 1958151.

HSL color Cylindrical-coordinate representation of color #07E11D: hue angle of 126.06º 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 #07E11D is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB 7 225 29 -
CMYK 0.97 0 0.87 0.12
HSL 126.06º 0.94% 0.45% -
HSV(B) 126.06º 0.97% 0.88% -
XYZ 27.23 53.98 10.15 -
YUV 137.47 66.78 34.94 -
System Red Green Blue C M Y K H S L
Decimal 7 225 29 0.97 0 0.87 0.12 126.06 0.94 0.45
Hex 7 E1 1D 61 0 57 C 7E 5E 2D
Octal 7 341 35 141 0 127 14 176 136 55
Binary 111 11100001 11101 1100001 0 1010111 1100 1111110 1011110 101101

Color Harmonies of #07E11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07E11D

Black with #07E11D

Text Example


Text Example

White with #07E11D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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