Html Css Color HEX #18EF2F Free Speech Green

📋 copy color: '#18EF2F'

red 24 ◦ green 239 ◦ blue 47

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

Shades of Free Speech Green #18EF2F

Tints of Free Speech Green #18EF2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.16%

R = 7.74%
G = 77.1%
B = 15.16%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#18EF2F (or 0x18EF2F) is known color: Free Speech Green. HEX triplet: 18, EF and 2F. RGB value is (24,239,47). Sum of RGB (Red+Green+Blue) = 24+239+47=310 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.74% from 310); Green value is 239 (93.75% from 255 or 77.10% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 239 - color contains mainly: green. Hex color #18EF2F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18EF2F is #E710D0. Grayscale: #999999. Windows color (decimal): -15143121 or 3141400. OLE color: 3141400.

HSL color Cylindrical-coordinate representation of color #18EF2F: hue angle of 126.42º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EF2F is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 24 239 47 -
CMYK 0.90 0 0.80 0.06
HSL 126.42º 0.87% 0.52% -
HSV(B) 126.42º 0.9% 0.94% -
XYZ 31.76 62.13 13.01 -
YUV 152.83 68.27 36.11 -
System Red Green Blue C M Y K H S L
Decimal 24 239 47 0.90 0 0.80 0.06 126.42 0.87 0.52
Hex 18 EF 2F 5A 0 50 6 7E 57 34
Octal 30 357 57 132 0 120 6 176 127 64
Binary 11000 11101111 101111 1011010 0 1010000 110 1111110 1010111 110100

Color Harmonies of #18EF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18EF2F

Black with #18EF2F

Text Example


Text Example

White with #18EF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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