Html Css Color HEX #0EEA02 Free Speech Green

📋 copy color: '#0EEA02'

red 14 ◦ green 234 ◦ blue 2

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

Shades of Free Speech Green #0EEA02

Tints of Free Speech Green #0EEA02

RGB

 RED value IS 14 (5.86% from 255) = 5.6%

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

 BLUE value IS 2 (1.17% from 255) = 0.8%

R = 5.6%
G = 93.6%
B = 0.8%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#0EEA02 (or 0x0EEA02) is known color: Free Speech Green. HEX triplet: 0E, EA and 02. RGB value is (14,234,2). Sum of RGB (Red+Green+Blue) = 14+234+2=250 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.6% from 250); Green value is 234 (91.80% from 255 or 93.6% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 234 - color contains mainly: green. Hex color #0EEA02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EEA02 is #F115FD. Grayscale: #8E8E8E. Windows color (decimal): -15799806 or 190990. OLE color: 190990.

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

Color convert

RGB 14 234 2 -
CMYK 0.94 0 0.99 0.08
HSL 116.9º 0.98% 0.46% -
HSV(B) 116.9º 0.99% 0.92% -
XYZ 29.61 58.94 9.87 -
YUV 141.77 49.11 36.86 -
System Red Green Blue C M Y K H S L
Decimal 14 234 2 0.94 0 0.99 0.08 116.9 0.98 0.46
Hex E EA 2 5E 0 63 8 75 62 2E
Octal 16 352 2 136 0 143 10 165 142 56
Binary 1110 11101010 10 1011110 0 1100011 1000 1110101 1100010 101110

Color Harmonies of #0EEA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EEA02

Black with #0EEA02

Text Example


Text Example

White with #0EEA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0EEA02; }

 p { color: rgb(14,234,2); }

 H1.HeaderClassName
 {
   color: #0EEA02;
 }
 .AnyTagClassName
 {
   color: #0EEA02;
 }
</style>

background-color css

<style>
 a { background-color: #0EEA02; }

 a { background-color: rgb(14,234,2); }

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

border-color css

<style>
 span { border-color: #0EEA02; }

 span { border-color: rgb(14,234,2); }

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