#1BF613

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

Shades of Free Speech Green #1BF613

Tints of Free Speech Green #1BF613

Color information

#1BF613 (or 0x1BF613) is unknown color: approx Free Speech Green. HEX triplet: 1B, F6 and 13. RGB value is (27,246,19). Sum of RGB (Red+Green+Blue) = 27+246+19=292 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.25% from 292); Green value is 246 (96.48% from 255 or 84.25% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 246 - color contains mainly: green. Hex color #1BF613 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1BF613 is #E409EC. Grayscale: #9B9B9B. Windows color (decimal): -14944749 or 1308187. OLE color: 1308187.

HSL color Cylindrical-coordinate representation of color #1BF613: hue angle of 117.89º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1BF613 is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB2724619-
CMYK0.8900.920.04
HSL117.89º92.65%51.96%-
HSV(B)117.89º92.28%96.47%-
XYZ33.5366.1911.63-
YUV154.6451.4536.96-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.25%
GREEN value IS 246 (96.48% from 255) = 84.25%
BLUE value IS 19 (7.81% from 255) = 6.51%
R=9.25%
G=84.25%
B=6.51%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal27246190.8900.920.04117.8992.6551.96
Hex1BF6135905C4765d34
Octal33366231310134416613564
Binary11011111101101001110110010101110010011101101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BF613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,246,19); }

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

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

 a { background-color: rgb(27,246,19); }

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

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

 span { border-color: rgb(27,246,19); }

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