Html Css Color HEX #18E018 Free Speech Green

📋 copy color: '#18E018'

red 24 ◦ green 224 ◦ blue 24

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

Shades of Free Speech Green #18E018

Tints of Free Speech Green #18E018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.82%

R = 8.82%
G = 82.35%
B = 8.82%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#18E018 (or 0x18E018) is known color: Free Speech Green. HEX triplet: 18, E0 and 18. RGB value is (24,224,24). Sum of RGB (Red+Green+Blue) = 24+224+24=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 224 (87.89% from 255 or 82.35% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 224 - color contains mainly: green. Hex color #18E018 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18E018 is #E71FE7. Grayscale: #8D8D8D. Windows color (decimal): -15146984 or 1630232. OLE color: 1630232.

HSL color Cylindrical-coordinate representation of color #18E018: hue angle of 120º 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 #18E018 is Cyan = 0.89, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.

Color convert

RGB 24 224 24 -
CMYK 0.89 0 0.89 0.12
HSL 120º 0.81% 0.49% -
HSV(B) 120º 0.89% 0.88% -
XYZ 27.2 53.57 9.77 -
YUV 141.4 61.74 44.26 -
System Red Green Blue C M Y K H S L
Decimal 24 224 24 0.89 0 0.89 0.12 120 0.81 0.49
Hex 18 E0 18 59 0 59 C 78 51 31
Octal 30 340 30 131 0 131 14 170 121 61
Binary 11000 11100000 11000 1011001 0 1011001 1100 1111000 1010001 110001

Color Harmonies of #18E018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18E018

Black with #18E018

Text Example


Text Example

White with #18E018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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