#03ED1C

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

Shades of Free Speech Green #03ED1C

Tints of Free Speech Green #03ED1C

Color information

#03ED1C (or 0x03ED1C) is unknown color: approx Free Speech Green. HEX triplet: 03, ED and 1C. RGB value is (3,237,28). Sum of RGB (Red+Green+Blue) = 3+237+28=268 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 268); Green value is 237 (92.97% from 255 or 88.43% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 237 - color contains mainly: green. Hex color #03ED1C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03ED1C is #FC12E3. Grayscale: #8F8F8F. Windows color (decimal): -16519908 or 1895683. OLE color: 1895683.

HSL color Cylindrical-coordinate representation of color #03ED1C: hue angle of 126.41º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03ED1C is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB323728-
CMYK0.9900.880.07
HSL126.41º97.5%47.06%-
HSV(B)126.41º98.73%92.94%-
XYZ30.5360.6711.2-
YUV143.2162.9827.99-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.12%
GREEN value IS 237 (92.97% from 255) = 88.43%
BLUE value IS 28 (11.33% from 255) = 10.45%
R=1.12%
G=88.43%
B=10.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal3237280.9900.880.07126.4197.547.06
Hex3ED1C6305877e622f
Octal3355341430130717614257
Binary11111011011110011000110101100011111111101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03ED1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,237,28); }

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

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

 a { background-color: rgb(3,237,28); }

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

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

 span { border-color: rgb(3,237,28); }

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