Html Css Color HEX #01EA1E Free Speech Green

📋 copy color: '#01EA1E'

red 1 ◦ green 234 ◦ blue 30

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

Shades of Free Speech Green #01EA1E

Tints of Free Speech Green #01EA1E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 88.3%

 BLUE value IS 30 (12.11% from 255) = 11.32%

R = 0.38%
G = 88.3%
B = 11.32%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#01EA1E (or 0x01EA1E) is known color: Free Speech Green. HEX triplet: 01, EA and 1E. RGB value is (1,234,30). Sum of RGB (Red+Green+Blue) = 1+234+30=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 234 (91.80% from 255 or 88.30% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 234 - color contains mainly: green. Hex color #01EA1E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01EA1E is #FE15E1. Grayscale: #8D8D8D. Windows color (decimal): -16651746 or 2025985. OLE color: 2025985.

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

Color convert

RGB 1 234 30 -
CMYK 1.00 0 0.87 0.08
HSL 127.47º 0.99% 0.46% -
HSV(B) 127.47º 1% 0.92% -
XYZ 29.67 58.95 11.04 -
YUV 141.08 65.31 28.09 -
System Red Green Blue C M Y K H S L
Decimal 1 234 30 1.00 0 0.87 0.08 127.47 0.99 0.46
Hex 1 EA 1E 64 0 57 8 7F 63 2E
Octal 1 352 36 144 0 127 10 177 143 56
Binary 1 11101010 11110 1100100 0 1010111 1000 1111111 1100011 101110

Color Harmonies of #01EA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EA1E

Black with #01EA1E

Text Example


Text Example

White with #01EA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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