Html Css Color HEX #07E610 Free Speech Green

📋 copy color: '#07E610'

red 7 ◦ green 230 ◦ blue 16

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

Shades of Free Speech Green #07E610

Tints of Free Speech Green #07E610

RGB

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

 GREEN value IS 230 (90.23% from 255) = 90.91%

 BLUE value IS 16 (6.64% from 255) = 6.32%

R = 2.77%
G = 90.91%
B = 6.32%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#07E610 (or 0x07E610) is known color: Free Speech Green. HEX triplet: 07, E6 and 10. RGB value is (7,230,16). Sum of RGB (Red+Green+Blue) = 7+230+16=253 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.77% from 253); Green value is 230 (90.23% from 255 or 90.91% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 230 - color contains mainly: green. Hex color #07E610 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07E610 is #F819EF. Grayscale: #8B8B8B. Windows color (decimal): -16259568 or 1107463. OLE color: 1107463.

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

Color convert

RGB 7 230 16 -
CMYK 0.97 0 0.93 0.10
HSL 122.42º 0.94% 0.46% -
HSV(B) 122.42º 0.97% 0.9% -
XYZ 28.48 56.68 9.93 -
YUV 138.93 58.62 33.9 -
System Red Green Blue C M Y K H S L
Decimal 7 230 16 0.97 0 0.93 0.10 122.42 0.94 0.46
Hex 7 E6 10 61 0 5D A 7A 5E 2E
Octal 7 346 20 141 0 135 12 172 136 56
Binary 111 11100110 10000 1100001 0 1011101 1010 1111010 1011110 101110

Color Harmonies of #07E610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07E610

Black with #07E610

Text Example


Text Example

White with #07E610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,230,16); }

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

background-color css

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

 a { background-color: rgb(7,230,16); }

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

border-color css

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

 span { border-color: rgb(7,230,16); }

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