#07FE2D

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

Shades of Free Speech Green #07FE2D

Tints of Free Speech Green #07FE2D

Color information

#07FE2D (or 0x07FE2D) is unknown color: approx Free Speech Green. HEX triplet: 07, FE and 2D. RGB value is (7,254,45). Sum of RGB (Red+Green+Blue) = 7+254+45=306 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.29% from 306); Green value is 254 (99.61% from 255 or 83.01% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 254 - color contains mainly: green. Hex color #07FE2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07FE2D is #F801D2. Grayscale: #9C9C9C. Windows color (decimal): -16253395 or 3014151. OLE color: 3014151.

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

Color convert

RGB725445-
CMYK0.9700.820.00
HSL129.23º99.2%51.18%-
HSV(B)129.23º97.24%99.61%-
XYZ3671.1214.31-
YUV156.3265.1721.49-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.29%
GREEN value IS 254 (99.61% from 255) = 83.01%
BLUE value IS 45 (17.97% from 255) = 14.71%
R=2.29%
G=83.01%
B=14.71%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal7254450.9700.820.00129.2399.251.18
Hex7FE2D610520816333
Octal7376551410122020114363
Binary111111111101011011100001010100100100000011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07FE2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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