Html Css Color HEX #05E42D Free Speech Green

📋 copy color: '#05E42D'

red 5 ◦ green 228 ◦ blue 45

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

Shades of Free Speech Green #05E42D

Tints of Free Speech Green #05E42D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 82.01%

 BLUE value IS 45 (17.97% from 255) = 16.19%

R = 1.8%
G = 82.01%
B = 16.19%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#05E42D (or 0x05E42D) is known color: Free Speech Green. HEX triplet: 05, E4 and 2D. RGB value is (5,228,45). Sum of RGB (Red+Green+Blue) = 5+228+45=278 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.80% from 278); Green value is 228 (89.45% from 255 or 82.01% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 228 - color contains mainly: green. Hex color #05E42D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05E42D is #FA1BD2. Grayscale: #8C8C8C. Windows color (decimal): -16391123 or 3007493. OLE color: 3007493.

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

Color convert

RGB 5 228 45 -
CMYK 0.98 0 0.80 0.11
HSL 130.76º 0.96% 0.46% -
HSV(B) 130.76º 0.98% 0.89% -
XYZ 28.28 55.71 11.74 -
YUV 140.46 74.12 31.38 -
System Red Green Blue C M Y K H S L
Decimal 5 228 45 0.98 0 0.80 0.11 130.76 0.96 0.46
Hex 5 E4 2D 62 0 50 B 83 60 2E
Octal 5 344 55 142 0 120 13 203 140 56
Binary 101 11100100 101101 1100010 0 1010000 1011 10000011 1100000 101110

Color Harmonies of #05E42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05E42D

Black with #05E42D

Text Example


Text Example

White with #05E42D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,228,45); }

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

background-color css

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

 a { background-color: rgb(5,228,45); }

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

border-color css

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

 span { border-color: rgb(5,228,45); }

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