Html Css Color HEX #07E10D Free Speech Green

📋 copy color: '#07E10D'

red 7 ◦ green 225 ◦ blue 13

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

Shades of Free Speech Green #07E10D

Tints of Free Speech Green #07E10D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.31%

R = 2.86%
G = 91.84%
B = 5.31%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#07E10D (or 0x07E10D) is known color: Free Speech Green. HEX triplet: 07, E1 and 0D. RGB value is (7,225,13). Sum of RGB (Red+Green+Blue) = 7+225+13=245 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.86% from 245); Green value is 225 (88.28% from 255 or 91.84% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 225 - color contains mainly: green. Hex color #07E10D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07E10D is #F81EF2. Grayscale: #888888. Windows color (decimal): -16260851 or 909575. OLE color: 909575.

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

Color convert

RGB 7 225 13 -
CMYK 0.97 0 0.94 0.12
HSL 121.65º 0.94% 0.45% -
HSV(B) 121.65º 0.97% 0.88% -
XYZ 27.09 53.92 9.36 -
YUV 135.65 58.78 36.24 -
System Red Green Blue C M Y K H S L
Decimal 7 225 13 0.97 0 0.94 0.12 121.65 0.94 0.45
Hex 7 E1 D 61 0 5E C 7A 5E 2D
Octal 7 341 15 141 0 136 14 172 136 55
Binary 111 11100001 1101 1100001 0 1011110 1100 1111010 1011110 101101

Color Harmonies of #07E10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07E10D

Black with #07E10D

Text Example


Text Example

White with #07E10D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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