#1BEE1D

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

Shades of Free Speech Green #1BEE1D

Tints of Free Speech Green #1BEE1D

Color information

#1BEE1D (or 0x1BEE1D) is unknown color: approx Free Speech Green. HEX triplet: 1B, EE and 1D. RGB value is (27,238,29). Sum of RGB (Red+Green+Blue) = 27+238+29=294 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.18% from 294); Green value is 238 (93.36% from 255 or 80.95% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 238 - color contains mainly: green. Hex color #1BEE1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BEE1D is #E411E2. Grayscale: #979797. Windows color (decimal): -14946787 or 1961499. OLE color: 1961499.

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

Color convert

RGB2723829-
CMYK0.8900.880.07
HSL120.57º86.12%51.96%-
HSV(B)120.57º88.66%93.33%-
XYZ31.2561.4711.38-
YUV151.0859.139.49-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.18%
GREEN value IS 238 (93.36% from 255) = 80.95%
BLUE value IS 29 (11.72% from 255) = 9.86%
R=9.18%
G=80.95%
B=9.86%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal27238290.8900.880.07120.5786.1251.96
Hex1BEE1D590587795634
Octal33356351310130717112664
Binary11011111011101110110110010101100011111110011010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BEE1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,238,29); }

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

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

 a { background-color: rgb(27,238,29); }

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

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

 span { border-color: rgb(27,238,29); }

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