Html Css Color HEX #07E302 Free Speech Green

📋 copy color: '#07E302'

red 7 ◦ green 227 ◦ blue 2

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

Shades of Free Speech Green #07E302

Tints of Free Speech Green #07E302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.85%

R = 2.97%
G = 96.19%
B = 0.85%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#07E302 (or 0x07E302) is known color: Free Speech Green. HEX triplet: 07, E3 and 02. RGB value is (7,227,2). Sum of RGB (Red+Green+Blue) = 7+227+2=236 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.97% from 236); Green value is 227 (89.06% from 255 or 96.19% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 227 - color contains mainly: green. Hex color #07E302 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07E302 is #F81CFD. Grayscale: #888888. Windows color (decimal): -16260350 or 189191. OLE color: 189191.

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

Color convert

RGB 7 227 2 -
CMYK 0.97 0 0.99 0.11
HSL 118.67º 0.98% 0.45% -
HSV(B) 118.67º 0.99% 0.89% -
XYZ 27.57 54.99 9.22 -
YUV 135.57 52.61 36.3 -
System Red Green Blue C M Y K H S L
Decimal 7 227 2 0.97 0 0.99 0.11 118.67 0.98 0.45
Hex 7 E3 2 61 0 63 B 77 62 2D
Octal 7 343 2 141 0 143 13 167 142 55
Binary 111 11100011 10 1100001 0 1100011 1011 1110111 1100010 101101

Color Harmonies of #07E302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07E302

Black with #07E302

Text Example


Text Example

White with #07E302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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