Html Css Color HEX #05E200 Free Speech Green

📋 copy color: '#05E200'

red 5 ◦ green 226 ◦ blue 0

#05E200
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #05E200

Tints of Free Speech Green #05E200

RGB

 RED value IS 5 (2.34% from 255) = 2.16%

 GREEN value IS 226 (88.67% from 255) = 97.84%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 2.16%
G = 97.84%
B = 0%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#05E200 (or 0x05E200) is known color: Free Speech Green. HEX triplet: 05, E2 and 00. RGB value is (5,226,0). Sum of RGB (Red+Green+Blue) = 5+226+0=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 226 (88.67% from 255 or 97.84% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 226 - color contains mainly: green. Hex color #05E200 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05E200 is #FA1DFF. Grayscale: #868686. Windows color (decimal): -16391680 or 57861. OLE color: 57861.

HSL color Cylindrical-coordinate representation of color #05E200: hue angle of 118.67º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #05E200 is Cyan = 0.98, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.

Color convert

RGB 5 226 0 -
CMYK 0.98 0 1 0.11
HSL 118.67º 1% 0.44% -
HSV(B) 118.67º 1% 0.89% -
XYZ 27.26 54.42 9.07 -
YUV 134.16 52.28 35.88 -
System Red Green Blue C M Y K H S L
Decimal 5 226 0 0.98 0 1 0.11 118.67 1 0.44
Hex 5 E2 0 62 0 64 B 77 64 2C
Octal 5 342 0 142 0 144 13 167 144 54
Binary 101 11100010 0 1100010 0 1100100 1011 1110111 1100100 101100

Color Harmonies of #05E200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05E200

Black with #05E200

Text Example


Text Example

White with #05E200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,226,0); }

 H1.HeaderClassName
 {
   color: #05E200;
 }
 .AnyTagClassName
 {
   color: #05E200;
 }
</style>

background-color css

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

 a { background-color: rgb(5,226,0); }

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

border-color css

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

 span { border-color: rgb(5,226,0); }

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