Html Css Color HEX #07E308 Free Speech Green

📋 copy color: '#07E308'

red 7 ◦ green 227 ◦ blue 8

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

Shades of Free Speech Green #07E308

Tints of Free Speech Green #07E308

RGB

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

 GREEN value IS 227 (89.06% from 255) = 93.8%

 BLUE value IS 8 (3.52% from 255) = 3.31%

R = 2.89%
G = 93.8%
B = 3.31%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#07E308 (or 0x07E308) is known color: Free Speech Green. HEX triplet: 07, E3 and 08. RGB value is (7,227,8). Sum of RGB (Red+Green+Blue) = 7+227+8=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 227 (89.06% from 255 or 93.80% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 227 - color contains mainly: green. Hex color #07E308 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07E308 is #F81CF7. Grayscale: #888888. Windows color (decimal): -16260344 or 582407. OLE color: 582407.

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

Color convert

RGB 7 227 8 -
CMYK 0.97 0 0.96 0.11
HSL 120.27º 0.94% 0.46% -
HSV(B) 120.27º 0.97% 0.89% -
XYZ 27.6 55 9.39 -
YUV 136.25 55.61 35.81 -
System Red Green Blue C M Y K H S L
Decimal 7 227 8 0.97 0 0.96 0.11 120.27 0.94 0.46
Hex 7 E3 8 61 0 60 B 78 5E 2E
Octal 7 343 10 141 0 140 13 170 136 56
Binary 111 11100011 1000 1100001 0 1100000 1011 1111000 1011110 101110

Color Harmonies of #07E308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07E308

Black with #07E308

Text Example


Text Example

White with #07E308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,227,8); }

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

background-color css

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

 a { background-color: rgb(7,227,8); }

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

border-color css

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

 span { border-color: rgb(7,227,8); }

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