#1EF316

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

Shades of Free Speech Green #1EF316

Tints of Free Speech Green #1EF316

Color information

#1EF316 (or 0x1EF316) is unknown color: approx Free Speech Green. HEX triplet: 1E, F3 and 16. RGB value is (30,243,22). Sum of RGB (Red+Green+Blue) = 30+243+22=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 243 (95.31% from 255 or 82.37% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 243 - color contains mainly: green. Hex color #1EF316 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EF316 is #E10CE9. Grayscale: #9A9A9A. Windows color (decimal): -14748906 or 1504030. OLE color: 1504030.

HSL color Cylindrical-coordinate representation of color #1EF316: hue angle of 117.83º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1EF316 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB3024322-
CMYK0.8800.910.05
HSL117.83º90.2%51.96%-
HSV(B)117.83º90.95%95.29%-
XYZ32.7364.4411.47-
YUV154.1253.4339.47-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.17%
GREEN value IS 243 (95.31% from 255) = 82.37%
BLUE value IS 22 (8.98% from 255) = 7.46%
R=10.17%
G=82.37%
B=7.46%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal30243220.8800.910.05117.8390.251.96
Hex1EF3165805B5765a34
Octal36363261300133516613264
Binary11110111100111011010110000101101110111101101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EF316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1EF316; }

 p { color: rgb(30,243,22); }

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

<style>
 a { background-color: #1EF316; }

 a { background-color: rgb(30,243,22); }

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

<style>
 span { border-color: #1EF316; }

 span { border-color: rgb(30,243,22); }

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