#05E72E

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

Shades of Free Speech Green #05E72E

Tints of Free Speech Green #05E72E

Color information

#05E72E (or 0x05E72E) is unknown color: approx Free Speech Green. HEX triplet: 05, E7 and 2E. RGB value is (5,231,46). Sum of RGB (Red+Green+Blue) = 5+231+46=282 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 282); Green value is 231 (90.62% from 255 or 81.91% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 231 - color contains mainly: green. Hex color #05E72E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05E72E is #FA18D1. Grayscale: #8E8E8E. Windows color (decimal): -16390354 or 3073797. OLE color: 3073797.

HSL color Cylindrical-coordinate representation of color #05E72E: hue angle of 130.88º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E72E is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.

Color convert

RGB523146-
CMYK0.9800.800.09
HSL130.88º95.76%46.27%-
HSV(B)130.88º97.84%90.59%-
XYZ29.1357.3812.13-
YUV142.3473.6330.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.77%
GREEN value IS 231 (90.62% from 255) = 81.91%
BLUE value IS 46 (18.36% from 255) = 16.31%
R=1.77%
G=81.91%
B=16.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal5231460.9800.800.09130.8895.7646.27
Hex5E72E62050983602e
Octal53475614201201120314056
Binary101111001111011101100010010100001001100000111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05E72E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,231,46); }

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

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

 a { background-color: rgb(5,231,46); }

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

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

 span { border-color: rgb(5,231,46); }

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