#1BFF00

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

Shades of Free Speech Green #1BFF00

Tints of Free Speech Green #1BFF00

Color information

#1BFF00 (or 0x1BFF00) is unknown color: approx Free Speech Green. HEX triplet: 1B, FF and 00. RGB value is (27,255,0). Sum of RGB (Red+Green+Blue) = 27+255+0=282 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.57% from 282); Green value is 255 (100% from 255 or 90.43% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 255 - color contains mainly: green. Hex color #1BFF00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1BFF00 is #E400FF. Grayscale: #9E9E9E. Windows color (decimal): -14942464 or 65307. OLE color: 65307.

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

Color convert

RGB272550-
CMYK0.89010
HSL113.65º100%50%-
HSV(B)113.65º100%100%-
XYZ36.2171.7511.94-
YUV157.7638.9634.73-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.57%
GREEN value IS 255 (100% from 255) = 90.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=9.57%
G=90.43%
B=0%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2725500.89010113.6510050
Hex1BFF0590640726432
Octal3337701310144016214462
Binary11011111111110101100101100100011100101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BFF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,255,0); }

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

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

 a { background-color: rgb(27,255,0); }

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

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

 span { border-color: rgb(27,255,0); }

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