Html Css Color HEX #07FD32 Free Speech Green

📋 copy color: '#07FD32'

red 7 ◦ green 253 ◦ blue 50

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

Shades of Free Speech Green #07FD32

Tints of Free Speech Green #07FD32

RGB

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

 GREEN value IS 253 (99.22% from 255) = 81.61%

 BLUE value IS 50 (19.92% from 255) = 16.13%

R = 2.26%
G = 81.61%
B = 16.13%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#07FD32 (or 0x07FD32) is known color: Free Speech Green. HEX triplet: 07, FD and 32. RGB value is (7,253,50). Sum of RGB (Red+Green+Blue) = 7+253+50=310 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.26% from 310); Green value is 253 (99.22% from 255 or 81.61% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 253 - color contains mainly: green. Hex color #07FD32 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07FD32 is #F802CD. Grayscale: #9C9C9C. Windows color (decimal): -16253646 or 3341575. OLE color: 3341575.

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

Color convert

RGB 7 253 50 -
CMYK 0.97 0 0.80 0.01
HSL 130.49º 0.98% 0.51% -
HSV(B) 130.49º 0.97% 0.99% -
XYZ 35.79 70.53 14.74 -
YUV 156.3 68 21.51 -
System Red Green Blue C M Y K H S L
Decimal 7 253 50 0.97 0 0.80 0.01 130.49 0.98 0.51
Hex 7 FD 32 61 0 50 1 82 62 33
Octal 7 375 62 141 0 120 1 202 142 63
Binary 111 11111101 110010 1100001 0 1010000 1 10000010 1100010 110011

Color Harmonies of #07FD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07FD32

Black with #07FD32

Text Example


Text Example

White with #07FD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,253,50); }

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

background-color css

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

 a { background-color: rgb(7,253,50); }

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

border-color css

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

 span { border-color: rgb(7,253,50); }

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