#03E115

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

Shades of Free Speech Green #03E115

Tints of Free Speech Green #03E115

Color information

#03E115 (or 0x03E115) is unknown color: approx Free Speech Green. HEX triplet: 03, E1 and 15. RGB value is (3,225,21). Sum of RGB (Red+Green+Blue) = 3+225+21=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 225 (88.28% from 255 or 90.36% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 225 - color contains mainly: green. Hex color #03E115 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03E115 is #FC1EEA. Grayscale: #878787. Windows color (decimal): -16522987 or 1433859. OLE color: 1433859.

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

Color convert

RGB322521-
CMYK0.9900.910.12
HSL124.86º97.37%44.71%-
HSV(B)124.86º98.67%88.24%-
XYZ27.153.929.69-
YUV135.3763.4533.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.20%
GREEN value IS 225 (88.28% from 255) = 90.36%
BLUE value IS 21 (8.59% from 255) = 8.43%
R=1.20%
G=90.36%
B=8.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal3225210.9900.910.12124.8697.3744.71
Hex3E1156305BC7d612d
Octal33412514301331417514155
Binary111110000110101110001101011011110011111011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03E115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,225,21); }

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

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

 a { background-color: rgb(3,225,21); }

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

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

 span { border-color: rgb(3,225,21); }

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