Html Css Color HEX #07E12A Free Speech Green

📋 copy color: '#07E12A'

red 7 ◦ green 225 ◦ blue 42

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

Shades of Free Speech Green #07E12A

Tints of Free Speech Green #07E12A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.33%

R = 2.55%
G = 82.12%
B = 15.33%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#07E12A (or 0x07E12A) is known color: Free Speech Green. HEX triplet: 07, E1 and 2A. RGB value is (7,225,42). Sum of RGB (Red+Green+Blue) = 7+225+42=274 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 274); Green value is 225 (88.28% from 255 or 82.12% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 225 - color contains mainly: green. Hex color #07E12A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07E12A is #F81ED5. Grayscale: #8B8B8B. Windows color (decimal): -16260822 or 2810119. OLE color: 2810119.

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

Color convert

RGB 7 225 42 -
CMYK 0.97 0 0.81 0.12
HSL 129.63º 0.94% 0.45% -
HSV(B) 129.63º 0.97% 0.88% -
XYZ 27.43 54.06 11.18 -
YUV 138.96 73.28 33.88 -
System Red Green Blue C M Y K H S L
Decimal 7 225 42 0.97 0 0.81 0.12 129.63 0.94 0.45
Hex 7 E1 2A 61 0 51 C 82 5E 2D
Octal 7 341 52 141 0 121 14 202 136 55
Binary 111 11100001 101010 1100001 0 1010001 1100 10000010 1011110 101101

Color Harmonies of #07E12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07E12A

Black with #07E12A

Text Example


Text Example

White with #07E12A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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