#0EF030

Color #0EF030 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #0EF030

Tints of Free Speech Green #0EF030

Color information

#0EF030 (or 0x0EF030) is unknown color: approx 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

RGB1424048-
CMYK0.9400.80.06
HSL129.03º88.98%49.8%-
HSV(B)129.03º94.17%94.12%-
XYZ31.8762.6313.2-
YUV150.5470.1330.61-

RGB Variations

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

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 (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal14240480.9400.80.06129.0388.9849.8
HexEF0305E0506815932
Octal16360601360120620113162
Binary111011110000110000101111001010000110100000011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EF030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>