Html Css Color HEX #18EB20 Free Speech Green

📋 copy color: '#18EB20'

red 24 ◦ green 235 ◦ blue 32

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

Shades of Free Speech Green #18EB20

Tints of Free Speech Green #18EB20

RGB

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

 GREEN value IS 235 (92.19% from 255) = 80.76%

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

R = 8.25%
G = 80.76%
B = 11%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#18EB20 (or 0x18EB20) is known color: Free Speech Green. HEX triplet: 18, EB and 20. RGB value is (24,235,32). Sum of RGB (Red+Green+Blue) = 24+235+32=291 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.25% from 291); Green value is 235 (92.19% from 255 or 80.76% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 235 - color contains mainly: green. Hex color #18EB20 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18EB20 is #E714DF. Grayscale: #959595. Windows color (decimal): -15144160 or 2157336. OLE color: 2157336.

HSL color Cylindrical-coordinate representation of color #18EB20: hue angle of 122.27º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EB20 is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 235 32 -
CMYK 0.90 0 0.86 0.08
HSL 122.27º 0.84% 0.51% -
HSV(B) 122.27º 0.9% 0.92% -
XYZ 30.35 59.72 11.29 -
YUV 148.77 62.1 39.01 -
System Red Green Blue C M Y K H S L
Decimal 24 235 32 0.90 0 0.86 0.08 122.27 0.84 0.51
Hex 18 EB 20 5A 0 56 8 7A 54 33
Octal 30 353 40 132 0 126 10 172 124 63
Binary 11000 11101011 100000 1011010 0 1010110 1000 1111010 1010100 110011

Color Harmonies of #18EB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18EB20

Black with #18EB20

Text Example


Text Example

White with #18EB20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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