#1EFA1F

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

Shades of Free Speech Green #1EFA1F

Tints of Free Speech Green #1EFA1F

Color information

#1EFA1F (or 0x1EFA1F) is unknown color: approx Free Speech Green. HEX triplet: 1E, FA and 1F. RGB value is (30,250,31). Sum of RGB (Red+Green+Blue) = 30+250+31=311 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.65% from 311); Green value is 250 (98.05% from 255 or 80.39% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 250 - color contains mainly: green. Hex color #1EFA1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EFA1F is #E105E0. Grayscale: #9F9F9F. Windows color (decimal): -14747105 or 2095646. OLE color: 2095646.

HSL color Cylindrical-coordinate representation of color #1EFA1F: hue angle of 120.27º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFA1F is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB3025031-
CMYK0.8800.880.02
HSL120.27º95.65%54.9%-
HSV(B)120.27º88%98.04%-
XYZ34.9768.7512.72-
YUV159.2555.6135.81-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.65%
GREEN value IS 250 (98.05% from 255) = 80.39%
BLUE value IS 31 (12.5% from 255) = 9.97%
R=9.65%
G=80.39%
B=9.97%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal30250310.8800.880.02120.2795.6554.9
Hex1EFA1F580582786037
Octal36372371300130217014067
Binary1111011111010111111011000010110001011110001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EFA1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,250,31); }

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

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

 a { background-color: rgb(30,250,31); }

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

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

 span { border-color: rgb(30,250,31); }

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