#0EFB38

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

Shades of Free Speech Green #0EFB38

Tints of Free Speech Green #0EFB38

Color information

#0EFB38 (or 0x0EFB38) is unknown color: approx Free Speech Green. HEX triplet: 0E, FB and 38. RGB value is (14,251,56). Sum of RGB (Red+Green+Blue) = 14+251+56=321 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.36% from 321); Green value is 251 (98.44% from 255 or 78.19% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 251 - color contains mainly: green. Hex color #0EFB38 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EFB38 is #F104C7. Grayscale: #9E9E9E. Windows color (decimal): -15795400 or 3734286. OLE color: 3734286.

HSL color Cylindrical-coordinate representation of color #0EFB38: hue angle of 130.63º 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 #0EFB38 is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB1425156-
CMYK0.9400.780.02
HSL130.63º96.73%51.96%-
HSV(B)130.63º94.42%98.43%-
XYZ35.3969.3715.27-
YUV157.9170.4825.36-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.36%
GREEN value IS 251 (98.44% from 255) = 78.19%
BLUE value IS 56 (22.27% from 255) = 17.45%
R=4.36%
G=78.19%
B=17.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal14251560.9400.780.02130.6396.7351.96
HexEFB385E04E2836134
Octal16373701360116220314164
Binary11101111101111100010111100100111010100000111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EFB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0EFB38;
 }
 .AnyTagClassName
 {
   color: #0EFB38;
 }
</style>
background-color css

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

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

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

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

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

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