Html Css Color HEX #0EE52F Free Speech Green

📋 copy color: '#0EE52F'

red 14 ◦ green 229 ◦ blue 47

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

Shades of Free Speech Green #0EE52F

Tints of Free Speech Green #0EE52F

RGB

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

 GREEN value IS 229 (89.84% from 255) = 78.97%

 BLUE value IS 47 (18.75% from 255) = 16.21%

R = 4.83%
G = 78.97%
B = 16.21%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#0EE52F (or 0x0EE52F) is known color: Free Speech Green. HEX triplet: 0E, E5 and 2F. RGB value is (14,229,47). Sum of RGB (Red+Green+Blue) = 14+229+47=290 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.83% from 290); Green value is 229 (89.84% from 255 or 78.97% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 229 - color contains mainly: green. Hex color #0EE52F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EE52F is #F11AD0. Grayscale: #909090. Windows color (decimal): -15801041 or 3138830. OLE color: 3138830.

HSL color Cylindrical-coordinate representation of color #0EE52F: hue angle of 129.21º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE52F is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 14 229 47 -
CMYK 0.94 0 0.79 0.10
HSL 129.21º 0.88% 0.48% -
HSV(B) 129.21º 0.94% 0.9% -
XYZ 28.71 56.34 12.05 -
YUV 143.97 73.27 35.3 -
System Red Green Blue C M Y K H S L
Decimal 14 229 47 0.94 0 0.79 0.10 129.21 0.88 0.48
Hex E E5 2F 5E 0 4F A 81 58 30
Octal 16 345 57 136 0 117 12 201 130 60
Binary 1110 11100101 101111 1011110 0 1001111 1010 10000001 1011000 110000

Color Harmonies of #0EE52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE52F

Black with #0EE52F

Text Example


Text Example

White with #0EE52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,229,47); }

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

background-color css

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

 a { background-color: rgb(14,229,47); }

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

border-color css

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

 span { border-color: rgb(14,229,47); }

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