Html Css Color HEX #18E020 Free Speech Green

📋 copy color: '#18E020'

red 24 ◦ green 224 ◦ blue 32

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

Shades of Free Speech Green #18E020

Tints of Free Speech Green #18E020

RGB

 RED value IS 24 (9.77% from 255) = 8.57%

 GREEN value IS 224 (87.89% from 255) = 80%

 BLUE value IS 32 (12.89% from 255) = 11.43%

R = 8.57%
G = 80%
B = 11.43%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#18E020 (or 0x18E020) is known color: Free Speech Green. HEX triplet: 18, E0 and 20. RGB value is (24,224,32). Sum of RGB (Red+Green+Blue) = 24+224+32=280 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.57% from 280); Green value is 224 (87.89% from 255 or 80% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 224 - color contains mainly: green. Hex color #18E020 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18E020 is #E71FDF. Grayscale: #8E8E8E. Windows color (decimal): -15146976 or 2154520. OLE color: 2154520.

HSL color Cylindrical-coordinate representation of color #18E020: hue angle of 122.4º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18E020 is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 24 224 32 -
CMYK 0.89 0 0.86 0.12
HSL 122.4º 0.81% 0.49% -
HSV(B) 122.4º 0.89% 0.88% -
XYZ 27.29 53.61 10.28 -
YUV 142.31 65.74 43.61 -
System Red Green Blue C M Y K H S L
Decimal 24 224 32 0.89 0 0.86 0.12 122.4 0.81 0.49
Hex 18 E0 20 59 0 56 C 7A 51 31
Octal 30 340 40 131 0 126 14 172 121 61
Binary 11000 11100000 100000 1011001 0 1010110 1100 1111010 1010001 110001

Color Harmonies of #18E020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18E020

Black with #18E020

Text Example


Text Example

White with #18E020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18E020; }

 p { color: rgb(24,224,32); }

 H1.HeaderClassName
 {
   color: #18E020;
 }
 .AnyTagClassName
 {
   color: #18E020;
 }
</style>

background-color css

<style>
 a { background-color: #18E020; }

 a { background-color: rgb(24,224,32); }

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

border-color css

<style>
 span { border-color: #18E020; }

 span { border-color: rgb(24,224,32); }

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