#1BE707

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

Shades of Free Speech Green #1BE707

Tints of Free Speech Green #1BE707

Color information

#1BE707 (or 0x1BE707) is unknown color: approx Free Speech Green. HEX triplet: 1B, E7 and 07. RGB value is (27,231,7). Sum of RGB (Red+Green+Blue) = 27+231+7=265 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.19% from 265); Green value is 231 (90.62% from 255 or 87.17% from 265); Blue value is 7 (3.12% from 255 or 2.64% from 265); Max value from RGB is 231 - color contains mainly: green. Hex color #1BE707 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1BE707 is #E418F8. Grayscale: #919191. Windows color (decimal): -14948601 or 517915. OLE color: 517915.

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

Color convert

RGB272317-
CMYK0.8800.970.09
HSL114.64º94.12%46.67%-
HSV(B)114.64º96.97%90.59%-
XYZ29.0757.49.75-
YUV144.4750.4144.21-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.19%
GREEN value IS 231 (90.62% from 255) = 87.17%
BLUE value IS 7 (3.12% from 255) = 2.64%
R=10.19%
G=87.17%
B=2.64%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2723170.8800.970.09114.6494.1246.67
Hex1BE77580619735e2f
Octal33347713001411116313657
Binary1101111100111111101100001100001100111100111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BE707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,231,7); }

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

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

 a { background-color: rgb(27,231,7); }

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

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

 span { border-color: rgb(27,231,7); }

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