#1EF900

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

Shades of Free Speech Green #1EF900

Tints of Free Speech Green #1EF900

Color information

#1EF900 (or 0x1EF900) is unknown color: approx Free Speech Green. HEX triplet: 1E, F9 and 00. RGB value is (30,249,0). Sum of RGB (Red+Green+Blue) = 30+249+0=279 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.75% from 279); Green value is 249 (97.66% from 255 or 89.25% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 249 - color contains mainly: green. Hex color #1EF900 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EF900 is #E106FF. Grayscale: #9B9B9B. Windows color (decimal): -14747392 or 63774. OLE color: 63774.

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

Color convert

RGB302490-
CMYK0.88010.02
HSL112.77º100%48.82%-
HSV(B)112.77º100%97.65%-
XYZ34.4168.0311.32-
YUV155.1340.4538.75-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.75%
GREEN value IS 249 (97.66% from 255) = 89.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=10.75%
G=89.25%
B=0%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal3024900.88010.02112.7710048.82
Hex1EF90580642716431
Octal3637101300144216114461
Binary111101111100101011000011001001011100011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EF900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,249,0); }

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

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

 a { background-color: rgb(30,249,0); }

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

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

 span { border-color: rgb(30,249,0); }

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