Html Css Color HEX #18E720 Free Speech Green

📋 copy color: '#18E720'

red 24 ◦ green 231 ◦ blue 32

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

Shades of Free Speech Green #18E720

Tints of Free Speech Green #18E720

RGB

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

 GREEN value IS 231 (90.63% from 255) = 80.49%

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

R = 8.36%
G = 80.49%
B = 11.15%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#18E720 (or 0x18E720) is known color: Free Speech Green. HEX triplet: 18, E7 and 20. RGB value is (24,231,32). Sum of RGB (Red+Green+Blue) = 24+231+32=287 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.36% from 287); Green value is 231 (90.62% from 255 or 80.49% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 231 - color contains mainly: green. Hex color #18E720 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18E720 is #E718DF. Grayscale: #939393. Windows color (decimal): -15145184 or 2156312. OLE color: 2156312.

HSL color Cylindrical-coordinate representation of color #18E720: hue angle of 122.32º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18E720 is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB 24 231 32 -
CMYK 0.90 0 0.86 0.09
HSL 122.32º 0.81% 0.5% -
HSV(B) 122.32º 0.9% 0.91% -
XYZ 29.21 57.45 10.92 -
YUV 146.42 63.42 40.68 -
System Red Green Blue C M Y K H S L
Decimal 24 231 32 0.90 0 0.86 0.09 122.32 0.81 0.5
Hex 18 E7 20 5A 0 56 9 7A 51 32
Octal 30 347 40 132 0 126 11 172 121 62
Binary 11000 11100111 100000 1011010 0 1010110 1001 1111010 1010001 110010

Color Harmonies of #18E720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18E720

Black with #18E720

Text Example


Text Example

White with #18E720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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