Html Css Color HEX #18EF04 Free Speech Green

📋 copy color: '#18EF04'

red 24 ◦ green 239 ◦ blue 4

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

Shades of Free Speech Green #18EF04

Tints of Free Speech Green #18EF04

RGB

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

 GREEN value IS 239 (93.75% from 255) = 89.51%

 BLUE value IS 4 (1.95% from 255) = 1.5%

R = 8.99%
G = 89.51%
B = 1.5%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#18EF04 (or 0x18EF04) is known color: Free Speech Green. HEX triplet: 18, EF and 04. RGB value is (24,239,4). Sum of RGB (Red+Green+Blue) = 24+239+4=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 239 (93.75% from 255 or 89.51% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 239 - color contains mainly: green. Hex color #18EF04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18EF04 is #E710FB. Grayscale: #949494. Windows color (decimal): -15143164 or 323352. OLE color: 323352.

HSL color Cylindrical-coordinate representation of color #18EF04: hue angle of 114.89º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #18EF04 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 24 239 4 -
CMYK 0.90 0 0.98 0.06
HSL 114.89º 0.97% 0.48% -
HSV(B) 114.89º 0.98% 0.94% -
XYZ 31.27 61.94 10.42 -
YUV 147.93 46.77 39.61 -
System Red Green Blue C M Y K H S L
Decimal 24 239 4 0.90 0 0.98 0.06 114.89 0.97 0.48
Hex 18 EF 4 5A 0 62 6 73 61 30
Octal 30 357 4 132 0 142 6 163 141 60
Binary 11000 11101111 100 1011010 0 1100010 110 1110011 1100001 110000

Color Harmonies of #18EF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18EF04

Black with #18EF04

Text Example


Text Example

White with #18EF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,239,4); }

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

background-color css

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

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

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

border-color css

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

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

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