Html Css Color HEX #01EE2D Free Speech Green

📋 copy color: '#01EE2D'

red 1 ◦ green 238 ◦ blue 45

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

Shades of Free Speech Green #01EE2D

Tints of Free Speech Green #01EE2D

RGB

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

 GREEN value IS 238 (93.36% from 255) = 83.8%

 BLUE value IS 45 (17.97% from 255) = 15.85%

R = 0.35%
G = 83.8%
B = 15.85%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#01EE2D (or 0x01EE2D) is known color: Free Speech Green. HEX triplet: 01, EE and 2D. RGB value is (1,238,45). Sum of RGB (Red+Green+Blue) = 1+238+45=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 238 (93.36% from 255 or 83.80% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 238 - color contains mainly: green. Hex color #01EE2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01EE2D is #FE11D2. Grayscale: #919191. Windows color (decimal): -16650707 or 3010049. OLE color: 3010049.

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

Color convert

RGB 1 238 45 -
CMYK 1.00 0 0.81 0.07
HSL 131.14º 0.99% 0.47% -
HSV(B) 131.14º 1% 0.93% -
XYZ 31.06 61.34 12.69 -
YUV 145.14 71.48 25.19 -
System Red Green Blue C M Y K H S L
Decimal 1 238 45 1.00 0 0.81 0.07 131.14 0.99 0.47
Hex 1 EE 2D 64 0 51 7 83 63 2F
Octal 1 356 55 144 0 121 7 203 143 57
Binary 1 11101110 101101 1100100 0 1010001 111 10000011 1100011 101111

Color Harmonies of #01EE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EE2D

Black with #01EE2D

Text Example


Text Example

White with #01EE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,238,45); }

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

background-color css

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

 a { background-color: rgb(1,238,45); }

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

border-color css

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

 span { border-color: rgb(1,238,45); }

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