Html Css Color HEX #01EC27 Free Speech Green

📋 copy color: '#01EC27'

red 1 ◦ green 236 ◦ blue 39

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

Shades of Free Speech Green #01EC27

Tints of Free Speech Green #01EC27

RGB

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

 GREEN value IS 236 (92.58% from 255) = 85.51%

 BLUE value IS 39 (15.63% from 255) = 14.13%

R = 0.36%
G = 85.51%
B = 14.13%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#01EC27 (or 0x01EC27) is known color: Free Speech Green. HEX triplet: 01, EC and 27. RGB value is (1,236,39). Sum of RGB (Red+Green+Blue) = 1+236+39=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 236 (92.58% from 255 or 85.51% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 236 - color contains mainly: green. Hex color #01EC27 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01EC27 is #FE13D8. Grayscale: #8F8F8F. Windows color (decimal): -16651225 or 2616321. OLE color: 2616321.

HSL color Cylindrical-coordinate representation of color #01EC27: hue angle of 129.7º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EC27 is Cyan = 1.00, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 236 39 -
CMYK 1.00 0 0.83 0.07
HSL 129.7º 0.99% 0.46% -
HSV(B) 129.7º 1% 0.93% -
XYZ 30.37 60.14 11.93 -
YUV 143.28 69.14 26.52 -
System Red Green Blue C M Y K H S L
Decimal 1 236 39 1.00 0 0.83 0.07 129.7 0.99 0.46
Hex 1 EC 27 64 0 53 7 82 63 2E
Octal 1 354 47 144 0 123 7 202 143 56
Binary 1 11101100 100111 1100100 0 1010011 111 10000010 1100011 101110

Color Harmonies of #01EC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EC27

Black with #01EC27

Text Example


Text Example

White with #01EC27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,236,39); }

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

background-color css

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

 a { background-color: rgb(1,236,39); }

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

border-color css

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

 span { border-color: rgb(1,236,39); }

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