Html Css Color HEX #05E304 Free Speech Green

📋 copy color: '#05E304'

red 5 ◦ green 227 ◦ blue 4

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

Shades of Free Speech Green #05E304

Tints of Free Speech Green #05E304

RGB

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

 GREEN value IS 227 (89.06% from 255) = 96.19%

 BLUE value IS 4 (1.95% from 255) = 1.69%

R = 2.12%
G = 96.19%
B = 1.69%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#05E304 (or 0x05E304) is known color: Free Speech Green. HEX triplet: 05, E3 and 04. RGB value is (5,227,4). Sum of RGB (Red+Green+Blue) = 5+227+4=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 227 (89.06% from 255 or 96.19% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 227 - color contains mainly: green. Hex color #05E304 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05E304 is #FA1CFB. Grayscale: #878787. Windows color (decimal): -16391420 or 320261. OLE color: 320261.

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

Color convert

RGB 5 227 4 -
CMYK 0.98 0 0.98 0.11
HSL 119.73º 0.97% 0.45% -
HSV(B) 119.73º 0.98% 0.89% -
XYZ 27.55 54.98 9.27 -
YUV 135.2 53.95 35.13 -
System Red Green Blue C M Y K H S L
Decimal 5 227 4 0.98 0 0.98 0.11 119.73 0.97 0.45
Hex 5 E3 4 62 0 62 B 78 61 2D
Octal 5 343 4 142 0 142 13 170 141 55
Binary 101 11100011 100 1100010 0 1100010 1011 1111000 1100001 101101

Color Harmonies of #05E304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05E304

Black with #05E304

Text Example


Text Example

White with #05E304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,227,4); }

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

background-color css

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

 a { background-color: rgb(5,227,4); }

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

border-color css

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

 span { border-color: rgb(5,227,4); }

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