#1BEC01

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

Shades of Free Speech Green #1BEC01

Tints of Free Speech Green #1BEC01

Color information

#1BEC01 (or 0x1BEC01) is unknown color: approx Free Speech Green. HEX triplet: 1B, EC and 01. RGB value is (27,236,1). Sum of RGB (Red+Green+Blue) = 27+236+1=264 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.23% from 264); Green value is 236 (92.58% from 255 or 89.39% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 236 - color contains mainly: green. Hex color #1BEC01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1BEC01 is #E413FE. Grayscale: #939393. Windows color (decimal): -14947327 or 125979. OLE color: 125979.

HSL color Cylindrical-coordinate representation of color #1BEC01: hue angle of 113.36º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1BEC01 is Cyan = 0.89, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB272361-
CMYK0.8901.000.07
HSL113.36º99.16%46.47%-
HSV(B)113.36º99.58%92.55%-
XYZ30.4560.2310.05-
YUV146.7245.7642.61-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.23%
GREEN value IS 236 (92.58% from 255) = 89.39%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=10.23%
G=89.39%
B=0.38%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2723610.8901.000.07113.3699.1646.47
Hex1BEC159064771632e
Octal3335411310144716114356
Binary1101111101100110110010110010011111100011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BEC01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1BEC01; }

 p { color: rgb(27,236,1); }

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

<style>
 a { background-color: #1BEC01; }

 a { background-color: rgb(27,236,1); }

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

<style>
 span { border-color: #1BEC01; }

 span { border-color: rgb(27,236,1); }

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