Html Css Color HEX #01EF1D Free Speech Green

📋 copy color: '#01EF1D'

red 1 ◦ green 239 ◦ blue 29

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

Shades of Free Speech Green #01EF1D

Tints of Free Speech Green #01EF1D

RGB

 RED value IS 1 (0.78% from 255) = 0.37%

 GREEN value IS 239 (93.75% from 255) = 88.85%

 BLUE value IS 29 (11.72% from 255) = 10.78%

R = 0.37%
G = 88.85%
B = 10.78%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#01EF1D (or 0x01EF1D) is known color: Free Speech Green. HEX triplet: 01, EF and 1D. RGB value is (1,239,29). Sum of RGB (Red+Green+Blue) = 1+239+29=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 239 (93.75% from 255 or 88.85% from 269); Blue value is 29 (11.72% from 255 or 10.78% from 269); Max value from RGB is 239 - color contains mainly: green. Hex color #01EF1D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01EF1D is #FE10E2. Grayscale: #909090. Windows color (decimal): -16650467 or 1961729. OLE color: 1961729.

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

Color convert

RGB 1 239 29 -
CMYK 1.00 0 0.88 0.06
HSL 127.06º 0.99% 0.47% -
HSV(B) 127.06º 1% 0.94% -
XYZ 31.1 61.83 11.46 -
YUV 143.9 63.15 26.08 -
System Red Green Blue C M Y K H S L
Decimal 1 239 29 1.00 0 0.88 0.06 127.06 0.99 0.47
Hex 1 EF 1D 64 0 58 6 7F 63 2F
Octal 1 357 35 144 0 130 6 177 143 57
Binary 1 11101111 11101 1100100 0 1011000 110 1111111 1100011 101111

Color Harmonies of #01EF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EF1D

Black with #01EF1D

Text Example


Text Example

White with #01EF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01EF1D; }

 p { color: rgb(1,239,29); }

 H1.HeaderClassName
 {
   color: #01EF1D;
 }
 .AnyTagClassName
 {
   color: #01EF1D;
 }
</style>

background-color css

<style>
 a { background-color: #01EF1D; }

 a { background-color: rgb(1,239,29); }

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

border-color css

<style>
 span { border-color: #01EF1D; }

 span { border-color: rgb(1,239,29); }

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