Html Css Color HEX #07F128 Free Speech Green

📋 copy color: '#07F128'

red 7 ◦ green 241 ◦ blue 40

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

Shades of Free Speech Green #07F128

Tints of Free Speech Green #07F128

RGB

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

 GREEN value IS 241 (94.53% from 255) = 83.68%

 BLUE value IS 40 (16.02% from 255) = 13.89%

R = 2.43%
G = 83.68%
B = 13.89%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#07F128 (or 0x07F128) is known color: Free Speech Green. HEX triplet: 07, F1 and 28. RGB value is (7,241,40). Sum of RGB (Red+Green+Blue) = 7+241+40=288 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.43% from 288); Green value is 241 (94.53% from 255 or 83.68% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 241 - color contains mainly: green. Hex color #07F128 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07F128 is #F80ED7. Grayscale: #949494. Windows color (decimal): -16256728 or 2683143. OLE color: 2683143.

HSL color Cylindrical-coordinate representation of color #07F128: hue angle of 128.46º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F128 is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 7 241 40 -
CMYK 0.97 0 0.83 0.05
HSL 128.46º 0.94% 0.49% -
HSV(B) 128.46º 0.97% 0.95% -
XYZ 31.93 63.11 12.51 -
YUV 148.12 66.98 27.34 -
System Red Green Blue C M Y K H S L
Decimal 7 241 40 0.97 0 0.83 0.05 128.46 0.94 0.49
Hex 7 F1 28 61 0 53 5 80 5E 31
Octal 7 361 50 141 0 123 5 200 136 61
Binary 111 11110001 101000 1100001 0 1010011 101 10000000 1011110 110001

Color Harmonies of #07F128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07F128

Black with #07F128

Text Example


Text Example

White with #07F128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,241,40); }

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

background-color css

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

 a { background-color: rgb(7,241,40); }

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

border-color css

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

 span { border-color: rgb(7,241,40); }

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