#07E21F

Color #07E21F Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #07E21F

Tints of Free Speech Green #07E21F

Color information

#07E21F (or 0x07E21F) is unknown color: approx Free Speech Green. HEX triplet: 07, E2 and 1F. RGB value is (7,226,31). Sum of RGB (Red+Green+Blue) = 7+226+31=264 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.65% from 264); Green value is 226 (88.67% from 255 or 85.61% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 226 - color contains mainly: green. Hex color #07E21F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07E21F is #F81DE0. Grayscale: #8A8A8A. Windows color (decimal): -16260577 or 2089479. OLE color: 2089479.

HSL color Cylindrical-coordinate representation of color #07E21F: hue angle of 126.58º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E21F is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB722631-
CMYK0.9700.860.11
HSL126.58º93.99%45.69%-
HSV(B)126.58º96.9%88.63%-
XYZ27.5354.5410.37-
YUV138.2967.4534.36-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.65%
GREEN value IS 226 (88.67% from 255) = 85.61%
BLUE value IS 31 (12.5% from 255) = 11.74%
R=2.65%
G=85.61%
B=11.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal7226310.9700.860.11126.5893.9945.69
Hex7E21F61056B7f5e2e
Octal73423714101261317713656
Binary1111110001011111110000101010110101111111111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07E21F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,226,31); }

 H1.HeaderClassName
 {
   color: #07E21F;
 }
 .AnyTagClassName
 {
   color: #07E21F;
 }
</style>
background-color css

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

 a { background-color: rgb(7,226,31); }

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

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

 span { border-color: rgb(7,226,31); }

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