#05E902

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

Shades of Free Speech Green #05E902

Tints of Free Speech Green #05E902

Color information

#05E902 (or 0x05E902) is unknown color: approx Free Speech Green. HEX triplet: 05, E9 and 02. RGB value is (5,233,2). Sum of RGB (Red+Green+Blue) = 5+233+2=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 233 (91.41% from 255 or 97.08% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 233 - color contains mainly: green. Hex color #05E902 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05E902 is #FA16FD. Grayscale: #8B8B8B. Windows color (decimal): -16389886 or 190725. OLE color: 190725.

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

Color convert

RGB52332-
CMYK0.9800.990.09
HSL119.22º98.3%46.08%-
HSV(B)119.22º99.14%91.37%-
XYZ29.2158.319.77-
YUV138.4950.9632.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.08%
GREEN value IS 233 (91.41% from 255) = 97.08%
BLUE value IS 2 (1.17% from 255) = 0.83%
R=2.08%
G=97.08%
B=0.83%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal523320.9800.990.09119.2298.346.08
Hex5E9262063977622e
Octal5351214201431116714256
Binary1011110100110110001001100011100111101111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05E902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,233,2); }

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

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

 a { background-color: rgb(5,233,2); }

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

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

 span { border-color: rgb(5,233,2); }

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