Html Css Color HEX #07E118 Free Speech Green

📋 copy color: '#07E118'

red 7 ◦ green 225 ◦ blue 24

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

Shades of Free Speech Green #07E118

Tints of Free Speech Green #07E118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.38%

R = 2.73%
G = 87.89%
B = 9.38%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#07E118 (or 0x07E118) is known color: Free Speech Green. HEX triplet: 07, E1 and 18. RGB value is (7,225,24). Sum of RGB (Red+Green+Blue) = 7+225+24=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 225 (88.28% from 255 or 87.89% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 225 - color contains mainly: green. Hex color #07E118 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07E118 is #F81EE7. Grayscale: #898989. Windows color (decimal): -16260840 or 1630471. OLE color: 1630471.

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

Color convert

RGB 7 225 24 -
CMYK 0.97 0 0.89 0.12
HSL 124.68º 0.94% 0.45% -
HSV(B) 124.68º 0.97% 0.88% -
XYZ 27.18 53.96 9.85 -
YUV 136.9 64.28 35.34 -
System Red Green Blue C M Y K H S L
Decimal 7 225 24 0.97 0 0.89 0.12 124.68 0.94 0.45
Hex 7 E1 18 61 0 59 C 7D 5E 2D
Octal 7 341 30 141 0 131 14 175 136 55
Binary 111 11100001 11000 1100001 0 1011001 1100 1111101 1011110 101101

Color Harmonies of #07E118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07E118

Black with #07E118

Text Example


Text Example

White with #07E118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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