#1BE801

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

Shades of Free Speech Green #1BE801

Tints of Free Speech Green #1BE801

Color information

#1BE801 (or 0x1BE801) is unknown color: approx Free Speech Green. HEX triplet: 1B, E8 and 01. RGB value is (27,232,1). Sum of RGB (Red+Green+Blue) = 27+232+1=260 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.38% from 260); Green value is 232 (91.02% from 255 or 89.23% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 232 - color contains mainly: green. Hex color #1BE801 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1BE801 is #E417FE. Grayscale: #919191. Windows color (decimal): -14948351 or 124955. OLE color: 124955.

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

Color convert

RGB272321-
CMYK0.8801.000.09
HSL113.25º99.14%45.69%-
HSV(B)113.25º99.57%90.98%-
XYZ29.3157.959.67-
YUV144.3747.0844.28-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.38%
GREEN value IS 232 (91.02% from 255) = 89.23%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=10.38%
G=89.23%
B=0.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2723210.8801.000.09113.2599.1445.69
Hex1BE8158064971632e
Octal33350113001441116114356
Binary11011111010001101100001100100100111100011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BE801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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