#03FD30

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

Shades of Free Speech Green #03FD30

Tints of Free Speech Green #03FD30

Color information

#03FD30 (or 0x03FD30) is unknown color: approx Free Speech Green. HEX triplet: 03, FD and 30. RGB value is (3,253,48). Sum of RGB (Red+Green+Blue) = 3+253+48=304 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 304); Green value is 253 (99.22% from 255 or 83.22% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 253 - color contains mainly: green. Hex color #03FD30 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03FD30 is #FC02CF. Grayscale: #9B9B9B. Windows color (decimal): -16515792 or 3210499. OLE color: 3210499.

HSL color Cylindrical-coordinate representation of color #03FD30: hue angle of 130.8º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FD30 is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB325348-
CMYK0.9900.810.01
HSL130.8º98.43%50.2%-
HSV(B)130.8º98.81%99.22%-
XYZ35.770.4814.52-
YUV154.8867.6819.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.99%
GREEN value IS 253 (99.22% from 255) = 83.22%
BLUE value IS 48 (19.14% from 255) = 15.79%
R=0.99%
G=83.22%
B=15.79%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal3253480.9900.810.01130.898.4350.2
Hex3FD30630511836232
Octal3375601430121120314262
Binary11111111011100001100011010100011100000111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03FD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03FD30; }

 p { color: rgb(3,253,48); }

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

<style>
 a { background-color: #03FD30; }

 a { background-color: rgb(3,253,48); }

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

<style>
 span { border-color: #03FD30; }

 span { border-color: rgb(3,253,48); }

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