Html Css Color HEX #00EA21 Free Speech Green

📋 copy color: '#00EA21'

red 0 ◦ green 234 ◦ blue 33

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

Shades of Free Speech Green #00EA21

Tints of Free Speech Green #00EA21

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 33 (13.28% from 255) = 12.36%

R = 0%
G = 87.64%
B = 12.36%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#00EA21 (or 0x00EA21) is known color: Free Speech Green. HEX triplet: 00, EA and 21. RGB value is (0,234,33). Sum of RGB (Red+Green+Blue) = 0+234+33=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 234 (91.80% from 255 or 87.64% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 234 - color contains mainly: green. Hex color #00EA21 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00EA21 is #FF15DE. Grayscale: #8D8D8D. Windows color (decimal): -16717279 or 2222592. OLE color: 2222592.

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

Color convert

RGB 0 234 33 -
CMYK 1 0 0.86 0.08
HSL 128.46º 1% 0.46% -
HSV(B) 128.46º 1% 0.92% -
XYZ 29.7 58.96 11.25 -
YUV 141.12 66.98 27.34 -
System Red Green Blue C M Y K H S L
Decimal 0 234 33 1 0 0.86 0.08 128.46 1 0.46
Hex 0 EA 21 64 0 56 8 80 64 2E
Octal 0 352 41 144 0 126 10 200 144 56
Binary 0 11101010 100001 1100100 0 1010110 1000 10000000 1100100 101110

Color Harmonies of #00EA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00EA21

Black with #00EA21

Text Example


Text Example

White with #00EA21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00EA21; }

 p { color: rgb(0,234,33); }

 H1.HeaderClassName
 {
   color: #00EA21;
 }
 .AnyTagClassName
 {
   color: #00EA21;
 }
</style>

background-color css

<style>
 a { background-color: #00EA21; }

 a { background-color: rgb(0,234,33); }

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

border-color css

<style>
 span { border-color: #00EA21; }

 span { border-color: rgb(0,234,33); }

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