Html Css Color HEX #07E102 Free Speech Green

📋 copy color: '#07E102'

red 7 ◦ green 225 ◦ blue 2

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

Shades of Free Speech Green #07E102

Tints of Free Speech Green #07E102

RGB

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

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

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

R = 2.99%
G = 96.15%
B = 0.85%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#07E102 (or 0x07E102) is known color: Free Speech Green. HEX triplet: 07, E1 and 02. RGB value is (7,225,2). Sum of RGB (Red+Green+Blue) = 7+225+2=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 225 (88.28% from 255 or 96.15% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 225 - color contains mainly: green. Hex color #07E102 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07E102 is #F81EFD. Grayscale: #878787. Windows color (decimal): -16260862 or 188679. OLE color: 188679.

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

Color convert

RGB 7 225 2 -
CMYK 0.97 0 0.99 0.12
HSL 118.65º 0.98% 0.45% -
HSV(B) 118.65º 0.99% 0.88% -
XYZ 27.02 53.9 9.04 -
YUV 134.4 53.28 37.13 -
System Red Green Blue C M Y K H S L
Decimal 7 225 2 0.97 0 0.99 0.12 118.65 0.98 0.45
Hex 7 E1 2 61 0 63 C 77 62 2D
Octal 7 341 2 141 0 143 14 167 142 55
Binary 111 11100001 10 1100001 0 1100011 1100 1110111 1100010 101101

Color Harmonies of #07E102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07E102

Black with #07E102

Text Example


Text Example

White with #07E102

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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