Html Css Color HEX #0EF030 Free Speech Green

📋 copy color: '#0EF030'

red 14 ◦ green 240 ◦ blue 48

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

Shades of Free Speech Green #0EF030

Tints of Free Speech Green #0EF030

RGB

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

 GREEN value IS 240 (94.14% from 255) = 79.47%

 BLUE value IS 48 (19.14% from 255) = 15.89%

R = 4.64%
G = 79.47%
B = 15.89%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.8

 K value IS 0.06

RGB Variations

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

Color information

#0EF030 (or 0x0EF030) is known color: Free Speech Green. HEX triplet: 0E, F0 and 30. RGB value is (14,240,48). Sum of RGB (Red+Green+Blue) = 14+240+48=302 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.64% from 302); Green value is 240 (94.14% from 255 or 79.47% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 240 - color contains mainly: green. Hex color #0EF030 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EF030 is #F10FCF. Grayscale: #979797. Windows color (decimal): -15798224 or 3207182. OLE color: 3207182.

HSL color Cylindrical-coordinate representation of color #0EF030: hue angle of 129.03º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF030 is Cyan = 0.94, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.06.

Color convert

RGB 14 240 48 -
CMYK 0.94 0 0.8 0.06
HSL 129.03º 0.89% 0.5% -
HSV(B) 129.03º 0.94% 0.94% -
XYZ 31.87 62.63 13.2 -
YUV 150.54 70.13 30.61 -
System Red Green Blue C M Y K H S L
Decimal 14 240 48 0.94 0 0.8 0.06 129.03 0.89 0.5
Hex E F0 30 5E 0 50 6 81 59 32
Octal 16 360 60 136 0 120 6 201 131 62
Binary 1110 11110000 110000 1011110 0 1010000 110 10000001 1011001 110010

Color Harmonies of #0EF030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EF030

Black with #0EF030

Text Example


Text Example

White with #0EF030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,240,48); }

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

background-color css

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

 a { background-color: rgb(14,240,48); }

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

border-color css

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

 span { border-color: rgb(14,240,48); }

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