Html Css Color HEX #1EFC01 Free Speech Green

📋 copy color: '#1EFC01'

red 30 ◦ green 252 ◦ blue 1

#1EFC01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #1EFC01

Tints of Free Speech Green #1EFC01

RGB

 RED value IS 30 (12.11% from 255) = 10.6%

 GREEN value IS 252 (98.83% from 255) = 89.05%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 10.6%
G = 89.05%
B = 0.35%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#1EFC01 (or 0x1EFC01) is known color: Free Speech Green. HEX triplet: 1E, FC and 01. RGB value is (30,252,1). Sum of RGB (Red+Green+Blue) = 30+252+1=283 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.60% from 283); Green value is 252 (98.83% from 255 or 89.05% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 252 - color contains mainly: green. Hex color #1EFC01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EFC01 is #E103FE. Grayscale: #9D9D9D. Windows color (decimal): -14746623 or 130078. OLE color: 130078.

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

Color convert

RGB 30 252 1 -
CMYK 0.88 0 1.00 0.01
HSL 113.07º 0.99% 0.5% -
HSV(B) 113.07º 1% 0.99% -
XYZ 35.35 69.9 11.66 -
YUV 157.01 39.95 37.41 -
System Red Green Blue C M Y K H S L
Decimal 30 252 1 0.88 0 1.00 0.01 113.07 0.99 0.5
Hex 1E FC 1 58 0 64 1 71 63 32
Octal 36 374 1 130 0 144 1 161 143 62
Binary 11110 11111100 1 1011000 0 1100100 1 1110001 1100011 110010

Color Harmonies of #1EFC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFC01

Black with #1EFC01

Text Example


Text Example

White with #1EFC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,252,1); }

 H1.HeaderClassName
 {
   color: #1EFC01;
 }
 .AnyTagClassName
 {
   color: #1EFC01;
 }
</style>

background-color css

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

 a { background-color: rgb(30,252,1); }

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

border-color css

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

 span { border-color: rgb(30,252,1); }

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