#03E508

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

Shades of Free Speech Green #03E508

Tints of Free Speech Green #03E508

Color information

#03E508 (or 0x03E508) is unknown color: approx Free Speech Green. HEX triplet: 03, E5 and 08. RGB value is (3,229,8). Sum of RGB (Red+Green+Blue) = 3+229+8=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 229 (89.84% from 255 or 95.42% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 229 - color contains mainly: green. Hex color #03E508 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03E508 is #FC1AF7. Grayscale: #888888. Windows color (decimal): -16521976 or 582915. OLE color: 582915.

HSL color Cylindrical-coordinate representation of color #03E508: hue angle of 121.33º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E508 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB32298-
CMYK0.9900.970.10
HSL121.33º97.41%45.49%-
HSV(B)121.33º98.69%89.8%-
XYZ28.156.089.57-
YUV136.2355.6332.97-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.25%
GREEN value IS 229 (89.84% from 255) = 95.42%
BLUE value IS 8 (3.52% from 255) = 3.33%
R=1.25%
G=95.42%
B=3.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal322980.9900.970.10121.3397.4145.49
Hex3E5863061A79612d
Octal33451014301411217114155
Binary11111001011000110001101100001101011110011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03E508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,229,8); }

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

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

 a { background-color: rgb(3,229,8); }

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

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

 span { border-color: rgb(3,229,8); }

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