Html Css Color HEX #18E828 Free Speech Green

📋 copy color: '#18E828'

red 24 ◦ green 232 ◦ blue 40

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

Shades of Free Speech Green #18E828

Tints of Free Speech Green #18E828

RGB

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

 GREEN value IS 232 (91.02% from 255) = 78.38%

 BLUE value IS 40 (16.02% from 255) = 13.51%

R = 8.11%
G = 78.38%
B = 13.51%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.83

 K value IS 0.09

RGB Variations

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

Color information

#18E828 (or 0x18E828) is known color: Free Speech Green. HEX triplet: 18, E8 and 28. RGB value is (24,232,40). Sum of RGB (Red+Green+Blue) = 24+232+40=296 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.11% from 296); Green value is 232 (91.02% from 255 or 78.38% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 232 - color contains mainly: green. Hex color #18E828 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18E828 is #E717D7. Grayscale: #949494. Windows color (decimal): -15144920 or 2680856. OLE color: 2680856.

HSL color Cylindrical-coordinate representation of color #18E828: hue angle of 124.62º degrees, saturation: 0.82, 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 #18E828 is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.

Color convert

RGB 24 232 40 -
CMYK 0.90 0 0.83 0.09
HSL 124.62º 0.82% 0.5% -
HSV(B) 124.62º 0.9% 0.91% -
XYZ 29.62 58.06 11.65 -
YUV 147.92 67.09 39.61 -
System Red Green Blue C M Y K H S L
Decimal 24 232 40 0.90 0 0.83 0.09 124.62 0.82 0.5
Hex 18 E8 28 5A 0 53 9 7D 52 32
Octal 30 350 50 132 0 123 11 175 122 62
Binary 11000 11101000 101000 1011010 0 1010011 1001 1111101 1010010 110010

Color Harmonies of #18E828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18E828

Black with #18E828

Text Example


Text Example

White with #18E828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,232,40); }

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

background-color css

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

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

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

border-color css

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

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

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