Html Css Color HEX #07E129 Free Speech Green

📋 copy color: '#07E129'

red 7 ◦ green 225 ◦ blue 41

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

Shades of Free Speech Green #07E129

Tints of Free Speech Green #07E129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.02%

R = 2.56%
G = 82.42%
B = 15.02%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#07E129 (or 0x07E129) is known color: Free Speech Green. HEX triplet: 07, E1 and 29. RGB value is (7,225,41). Sum of RGB (Red+Green+Blue) = 7+225+41=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 225 (88.28% from 255 or 82.42% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 225 - color contains mainly: green. Hex color #07E129 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07E129 is #F81ED6. Grayscale: #8B8B8B. Windows color (decimal): -16260823 or 2744583. OLE color: 2744583.

HSL color Cylindrical-coordinate representation of color #07E129: hue angle of 129.36º 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 #07E129 is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 7 225 41 -
CMYK 0.97 0 0.82 0.12
HSL 129.36º 0.94% 0.45% -
HSV(B) 129.36º 0.97% 0.88% -
XYZ 27.41 54.06 11.09 -
YUV 138.84 72.78 33.96 -
System Red Green Blue C M Y K H S L
Decimal 7 225 41 0.97 0 0.82 0.12 129.36 0.94 0.45
Hex 7 E1 29 61 0 52 C 81 5E 2D
Octal 7 341 51 141 0 122 14 201 136 55
Binary 111 11100001 101001 1100001 0 1010010 1100 10000001 1011110 101101

Color Harmonies of #07E129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07E129

Black with #07E129

Text Example


Text Example

White with #07E129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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