Html Css Color HEX #0EFB2F Free Speech Green

📋 copy color: '#0EFB2F'

red 14 ◦ green 251 ◦ blue 47

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

Shades of Free Speech Green #0EFB2F

Tints of Free Speech Green #0EFB2F

RGB

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

 GREEN value IS 251 (98.44% from 255) = 80.45%

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

R = 4.49%
G = 80.45%
B = 15.06%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#0EFB2F (or 0x0EFB2F) is known color: Free Speech Green. HEX triplet: 0E, FB and 2F. RGB value is (14,251,47). Sum of RGB (Red+Green+Blue) = 14+251+47=312 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.49% from 312); Green value is 251 (98.44% from 255 or 80.45% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 251 - color contains mainly: green. Hex color #0EFB2F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EFB2F is #F104D0. Grayscale: #9D9D9D. Windows color (decimal): -15795409 or 3144462. OLE color: 3144462.

HSL color Cylindrical-coordinate representation of color #0EFB2F: hue angle of 128.35º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFB2F is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 14 251 47 -
CMYK 0.94 0 0.81 0.02
HSL 128.35º 0.97% 0.52% -
HSV(B) 128.35º 0.94% 0.98% -
XYZ 35.19 69.29 14.21 -
YUV 156.88 65.98 26.09 -
System Red Green Blue C M Y K H S L
Decimal 14 251 47 0.94 0 0.81 0.02 128.35 0.97 0.52
Hex E FB 2F 5E 0 51 2 80 61 34
Octal 16 373 57 136 0 121 2 200 141 64
Binary 1110 11111011 101111 1011110 0 1010001 10 10000000 1100001 110100

Color Harmonies of #0EFB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFB2F

Black with #0EFB2F

Text Example


Text Example

White with #0EFB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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