#0BE40E

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

Shades of Free Speech Green #0BE40E

Tints of Free Speech Green #0BE40E

Color information

#0BE40E (or 0x0BE40E) is unknown color: approx Free Speech Green. HEX triplet: 0B, E4 and 0E. RGB value is (11,228,14). Sum of RGB (Red+Green+Blue) = 11+228+14=253 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.35% from 253); Green value is 228 (89.45% from 255 or 90.12% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 228 - color contains mainly: green. Hex color #0BE40E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BE40E is #F41BF1. Grayscale: #8B8B8B. Windows color (decimal): -15997938 or 975883. OLE color: 975883.

HSL color Cylindrical-coordinate representation of color #0BE40E: hue angle of 120.83º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE40E is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB1122814-
CMYK0.9500.940.11
HSL120.83º90.79%46.86%-
HSV(B)120.83º95.18%89.41%-
XYZ27.9655.599.67-
YUV138.7257.6136.9-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.35%
GREEN value IS 228 (89.45% from 255) = 90.12%
BLUE value IS 14 (5.86% from 255) = 5.53%
R=4.35%
G=90.12%
B=5.53%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal11228140.9500.940.11120.8390.7946.86
HexBE4E5F05EB795b2f
Octal133441613701361317113357
Binary1011111001001110101111101011110101111110011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BE40E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,228,14); }

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

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

 a { background-color: rgb(11,228,14); }

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

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

 span { border-color: rgb(11,228,14); }

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