Html Css Color HEX #07FF12 Free Speech Green

📋 copy color: '#07FF12'

red 7 ◦ green 255 ◦ blue 18

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

Shades of Free Speech Green #07FF12

Tints of Free Speech Green #07FF12

RGB

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

 GREEN value IS 255 (100% from 255) = 91.07%

 BLUE value IS 18 (7.42% from 255) = 6.43%

R = 2.5%
G = 91.07%
B = 6.43%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#07FF12 (or 0x07FF12) is known color: Free Speech Green. HEX triplet: 07, FF and 12. RGB value is (7,255,18). Sum of RGB (Red+Green+Blue) = 7+255+18=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 255 (100% from 255 or 91.07% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 255 - color contains mainly: green. Hex color #07FF12 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07FF12 is #F800ED. Grayscale: #9A9A9A. Windows color (decimal): -16253166 or 1244935. OLE color: 1244935.

HSL color Cylindrical-coordinate representation of color #07FF12: hue angle of 122.66º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FF12 is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 7 255 18 -
CMYK 0.97 0 0.93 0
HSL 122.66º 1% 0.51% -
HSV(B) 122.66º 0.97% 1% -
XYZ 35.96 71.61 12.5 -
YUV 153.83 51.34 23.27 -
System Red Green Blue C M Y K H S L
Decimal 7 255 18 0.97 0 0.93 0 122.66 1 0.51
Hex 7 FF 12 61 0 5D 0 7B 64 33
Octal 7 377 22 141 0 135 0 173 144 63
Binary 111 11111111 10010 1100001 0 1011101 0 1111011 1100100 110011

Color Harmonies of #07FF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07FF12

Black with #07FF12

Text Example


Text Example

White with #07FF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,255,18); }

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

background-color css

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

 a { background-color: rgb(7,255,18); }

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

border-color css

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

 span { border-color: rgb(7,255,18); }

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