Html Css Color HEX #01E119 Free Speech Green

📋 copy color: '#01E119'

red 1 ◦ green 225 ◦ blue 25

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

Shades of Free Speech Green #01E119

Tints of Free Speech Green #01E119

RGB

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

 GREEN value IS 225 (88.28% from 255) = 89.64%

 BLUE value IS 25 (10.16% from 255) = 9.96%

R = 0.4%
G = 89.64%
B = 9.96%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#01E119 (or 0x01E119) is known color: Free Speech Green. HEX triplet: 01, E1 and 19. RGB value is (1,225,25). Sum of RGB (Red+Green+Blue) = 1+225+25=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 225 (88.28% from 255 or 89.64% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 225 - color contains mainly: green. Hex color #01E119 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01E119 is #FE1EE6. Grayscale: #878787. Windows color (decimal): -16654055 or 1696001. OLE color: 1696001.

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

Color convert

RGB 1 225 25 -
CMYK 1.00 0 0.89 0.12
HSL 126.43º 0.99% 0.44% -
HSV(B) 126.43º 1% 0.88% -
XYZ 27.11 53.93 9.9 -
YUV 135.22 65.79 32.26 -
System Red Green Blue C M Y K H S L
Decimal 1 225 25 1.00 0 0.89 0.12 126.43 0.99 0.44
Hex 1 E1 19 64 0 59 C 7E 63 2C
Octal 1 341 31 144 0 131 14 176 143 54
Binary 1 11100001 11001 1100100 0 1011001 1100 1111110 1100011 101100

Color Harmonies of #01E119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E119

Black with #01E119

Text Example


Text Example

White with #01E119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,225,25); }

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

background-color css

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

 a { background-color: rgb(1,225,25); }

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

border-color css

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

 span { border-color: rgb(1,225,25); }

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