#1bd600

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

Shades of Free Speech Green #1BD600

Tints of Free Speech Green #1BD600

Color information

#1BD600 (or 0x1BD600) is unknown color: approx Free Speech Green. HEX triplet: 1B, D6 and 00. RGB value is (27,214,0). Sum of RGB (Red+Green+Blue) = 27+214+0=241 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.20% from 241); Green value is 214 (83.98% from 255 or 88.80% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 214 - color contains mainly: green. Hex color #1BD600 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BD600 is #E429FF. Grayscale: #868686. Windows color (decimal): -14952960 or 54811. OLE color: 54811.

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

Color convert

RGB272140-
CMYK0.87010.16
HSL112.43º100%41.96%-
HSV(B)112.43º100%83.92%-
XYZ24.548.338.04-
YUV133.6952.5551.9-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.20%
GREEN value IS 214 (83.98% from 255) = 88.80%
BLUE value IS 0 (0.39% from 255) = 0%
R=11.20%
G=88.80%
B=0%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2721400.87010.16112.4310041.96
Hex1BD60570641070642a
Octal33326012701442016014452
Binary110111101011001010111011001001000011100001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1bd600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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