Html Css Color HEX #07E116 Free Speech Green

📋 copy color: '#07E116'

red 7 ◦ green 225 ◦ blue 22

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

Shades of Free Speech Green #07E116

Tints of Free Speech Green #07E116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.66%

R = 2.76%
G = 88.58%
B = 8.66%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#07E116 (or 0x07E116) is known color: Free Speech Green. HEX triplet: 07, E1 and 16. RGB value is (7,225,22). Sum of RGB (Red+Green+Blue) = 7+225+22=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 225 (88.28% from 255 or 88.58% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 225 - color contains mainly: green. Hex color #07E116 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07E116 is #F81EE9. Grayscale: #898989. Windows color (decimal): -16260842 or 1499399. OLE color: 1499399.

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

Color convert

RGB 7 225 22 -
CMYK 0.97 0 0.90 0.12
HSL 124.13º 0.94% 0.45% -
HSV(B) 124.13º 0.97% 0.88% -
XYZ 27.16 53.95 9.74 -
YUV 136.68 63.28 35.51 -
System Red Green Blue C M Y K H S L
Decimal 7 225 22 0.97 0 0.90 0.12 124.13 0.94 0.45
Hex 7 E1 16 61 0 5A C 7C 5E 2D
Octal 7 341 26 141 0 132 14 174 136 55
Binary 111 11100001 10110 1100001 0 1011010 1100 1111100 1011110 101101

Color Harmonies of #07E116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07E116

Black with #07E116

Text Example


Text Example

White with #07E116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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