#1EFF06

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

Shades of Free Speech Green #1EFF06

Tints of Free Speech Green #1EFF06

Color information

#1EFF06 (or 0x1EFF06) is unknown color: approx Free Speech Green. HEX triplet: 1E, FF and 06. RGB value is (30,255,6). Sum of RGB (Red+Green+Blue) = 30+255+6=291 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.31% from 291); Green value is 255 (100% from 255 or 87.63% from 291); Blue value is 6 (2.73% from 255 or 2.06% from 291); Max value from RGB is 255 - color contains mainly: green. Hex color #1EFF06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EFF06 is #E100F9. Grayscale: #A0A0A0. Windows color (decimal): -14745850 or 458526. OLE color: 458526.

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

Color convert

RGB302556-
CMYK0.8800.980
HSL114.22º100%51.18%-
HSV(B)114.22º97.65%100%-
XYZ36.3371.8112.12-
YUV159.3441.4635.75-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.31%
GREEN value IS 255 (100% from 255) = 87.63%
BLUE value IS 6 (2.73% from 255) = 2.06%
R=10.31%
G=87.63%
B=2.06%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal3025560.8800.980114.2210051.18
Hex1EFF6580620726433
Octal3637761300142016214463
Binary1111011111111110101100001100010011100101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EFF06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,255,6); }

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

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

 a { background-color: rgb(30,255,6); }

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

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

 span { border-color: rgb(30,255,6); }

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