#07FE2A

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

Shades of Free Speech Green #07FE2A

Tints of Free Speech Green #07FE2A

Color information

#07FE2A (or 0x07FE2A) is unknown color: approx Free Speech Green. HEX triplet: 07, FE and 2A. RGB value is (7,254,42). Sum of RGB (Red+Green+Blue) = 7+254+42=303 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.31% from 303); Green value is 254 (99.61% from 255 or 83.83% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 254 - color contains mainly: green. Hex color #07FE2A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07FE2A is #F801D5. Grayscale: #9C9C9C. Windows color (decimal): -16253398 or 2817543. OLE color: 2817543.

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

Color convert

RGB725442-
CMYK0.9700.830.00
HSL128.5º99.2%51.18%-
HSV(B)128.5º97.24%99.61%-
XYZ35.9571.114.02-
YUV155.9863.6721.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.31%
GREEN value IS 254 (99.61% from 255) = 83.83%
BLUE value IS 42 (16.80% from 255) = 13.86%
R=2.31%
G=83.83%
B=13.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal7254420.9700.830.00128.599.251.18
Hex7FE2A610530816333
Octal7376521410123020114363
Binary111111111101010101100001010100110100000011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07FE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,254,42); }

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

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

 a { background-color: rgb(7,254,42); }

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

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

 span { border-color: rgb(7,254,42); }

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