Html Css Color HEX #05E30D Free Speech Green

📋 copy color: '#05E30D'

red 5 ◦ green 227 ◦ blue 13

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

Shades of Free Speech Green #05E30D

Tints of Free Speech Green #05E30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.31%

R = 2.04%
G = 92.65%
B = 5.31%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#05E30D (or 0x05E30D) is known color: Free Speech Green. HEX triplet: 05, E3 and 0D. RGB value is (5,227,13). Sum of RGB (Red+Green+Blue) = 5+227+13=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 227 (89.06% from 255 or 92.65% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 227 - color contains mainly: green. Hex color #05E30D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05E30D is #FA1CF2. Grayscale: #888888. Windows color (decimal): -16391411 or 910085. OLE color: 910085.

HSL color Cylindrical-coordinate representation of color #05E30D: hue angle of 122.16º degrees, saturation: 0.96, 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 #05E30D is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 5 227 13 -
CMYK 0.98 0 0.94 0.11
HSL 122.16º 0.96% 0.45% -
HSV(B) 122.16º 0.98% 0.89% -
XYZ 27.6 55 9.54 -
YUV 136.23 58.45 34.4 -
System Red Green Blue C M Y K H S L
Decimal 5 227 13 0.98 0 0.94 0.11 122.16 0.96 0.45
Hex 5 E3 D 62 0 5E B 7A 60 2D
Octal 5 343 15 142 0 136 13 172 140 55
Binary 101 11100011 1101 1100010 0 1011110 1011 1111010 1100000 101101

Color Harmonies of #05E30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05E30D

Black with #05E30D

Text Example


Text Example

White with #05E30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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