#07FD28

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

Shades of Free Speech Green #07FD28

Tints of Free Speech Green #07FD28

Color information

#07FD28 (or 0x07FD28) is unknown color: approx Free Speech Green. HEX triplet: 07, FD and 28. RGB value is (7,253,40). Sum of RGB (Red+Green+Blue) = 7+253+40=300 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 300); Green value is 253 (99.22% from 255 or 84.33% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 253 - color contains mainly: green. Hex color #07FD28 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07FD28 is #F802D7. Grayscale: #9B9B9B. Windows color (decimal): -16253656 or 2686215. OLE color: 2686215.

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

Color convert

RGB725340-
CMYK0.9700.840.01
HSL128.05º98.4%50.98%-
HSV(B)128.05º97.23%99.22%-
XYZ35.670.4513.73-
YUV155.166322.32-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.33%
GREEN value IS 253 (99.22% from 255) = 84.33%
BLUE value IS 40 (16.02% from 255) = 13.33%
R=2.33%
G=84.33%
B=13.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal7253400.9700.840.01128.0598.450.98
Hex7FD28610541806233
Octal7375501410124120014263
Binary111111111011010001100001010101001100000001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07FD28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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