#05EB1B

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

Shades of Free Speech Green #05EB1B

Tints of Free Speech Green #05EB1B

Color information

#05EB1B (or 0x05EB1B) is unknown color: approx Free Speech Green. HEX triplet: 05, EB and 1B. RGB value is (5,235,27). Sum of RGB (Red+Green+Blue) = 5+235+27=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 235 (92.19% from 255 or 88.01% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 235 - color contains mainly: green. Hex color #05EB1B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05EB1B is #FA14E4. Grayscale: #8F8F8F. Windows color (decimal): -16389349 or 1829637. OLE color: 1829637.

HSL color Cylindrical-coordinate representation of color #05EB1B: hue angle of 125.74º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05EB1B is Cyan = 0.98, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB523527-
CMYK0.9800.890.08
HSL125.74º95.83%47.06%-
HSV(B)125.74º97.87%92.16%-
XYZ29.9759.5310.95-
YUV142.5262.829.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.87%
GREEN value IS 235 (92.19% from 255) = 88.01%
BLUE value IS 27 (10.94% from 255) = 10.11%
R=1.87%
G=88.01%
B=10.11%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal5235270.9800.890.08125.7495.8347.06
Hex5EB1B6205987e602f
Octal53533314201311017614057
Binary1011110101111011110001001011001100011111101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05EB1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05EB1B; }

 p { color: rgb(5,235,27); }

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

<style>
 a { background-color: #05EB1B; }

 a { background-color: rgb(5,235,27); }

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

<style>
 span { border-color: #05EB1B; }

 span { border-color: rgb(5,235,27); }

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